@charset "utf-8";
*{ margin:0; padding:0; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
body{color: #333;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:14px/1.5 Microsoft Yahei,微软雅黑,Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:14px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle;border:0;}
address,cite,code,em,th,i { font-weight:normal; font-style:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none; color:#333;cursor:pointer;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.fl { float:left;}
.fr { float:right;}
/* 设置滚动条的样式 */
::-webkit-scrollbar { width:5px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#e6e6e6; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#333;border-radius:4px;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#ef6123;border-radius:4px;}

/* 按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
input{ border-radius: 0; } 

/*修改输入框placeholder的默认颜色*/
::-webkit-input-placeholder{
  color:#aaa;
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#aaa;
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#aaa;
}
:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#aaa;
}


.w1400{ width:1400px; margin:0 auto;}
@media screen and (max-width:1399px) and (min-width:1200px) {
.w1400{ width:96%!important;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.w1400{ width:96%!important;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.w1400{ width:95%!important;}
}
@media screen and (max-width:767px) {
.w1400{ width:95%!important;}
}


/*头部*/
.top{ width:100%;background:#fff;}

.logo{ display:block; width:24%; height:auto; padding: 18px 0 18px 100px;}

.top_r{ width:60%;}

.nav0{ width:70%;}
.top_r .nav ul{height:100%; margin:0 auto; padding:0; display: flex;}
.top_r .nav ul li{position: relative; margin:0; padding: 0; -webkit-flex:1; -ms-flex:1; -moz-flex:1; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; position:relative;}
.top_r .nav ul li:after{ content:''; position:absolute; display:block; width:100%; height:0;background:#004797; top:0; left:0;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.top_r .nav ul li a{display: block;width: 100%;height: 100%;line-height: 90px;color: #333;font-size: 18px;text-align: center;-webkit-transition: all .4s;transition: all .4s; position:relative; z-index:9;}
.top_r .nav ul li:hover a{  color:#fff;}
.top_r .nav ul li:hover:after{ height:100%;}
.top_r .nav ul li.active a{  color:#fff;}
.top_r .nav ul li.active:after{ height:100%;}

.nav_menu{ display:none;}


.top_r .tel{ width:22%; font-size:24px; color:#004797; font-weight:bold; line-height:90px; display:inline-block; text-align:center;}

.top_r .ss{ margin:0; padding:0; position:relative; z-index:99; }
.top_r .ss .ss_search { margin:0; padding:0; float:left; position:relative; z-index:2;}
.ss_search form {margin:0; padding:0; position:relative;}
.ss_search form .ss_ipt { width:0;overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ss_search form .ss_ipt input { display:block; width:100%; height:90px; overflow:hidden; line-height:40px; color:#999999; font-size:14px; margin:0; padding:0 14px; background-color:#fff; border:1px solid #dfdfdf; border-right:0; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ss_search form .ss_btn {overflow:hidden; margin:0; padding:0; float:right;}
.ss_search form .ss_btn input { display:block; width:90px; height:90px; overflow:hidden; margin:0; padding:0; background:#004797 url(../images/ss.png) center center no-repeat; border:0; outline:none; cursor:pointer;}
.ss_search:hover form .ss_ipt { width:260px; left:-260px;}
.ss_search:hover form .ss_btn input { background:#004797 url(../images/ss.png) center center no-repeat;}
@media screen and (max-width:1880px){
.logo{ width:30%;padding: 18px 0 18px 50px;}
.top_r{ width:67%;}
.top_r .tel{ display:none;}
}
@media screen and (max-width:1399px) and (min-width:1200px) {
.top{ padding:0 20px;}
.logo{ width:30%;padding: 18px 0 18px 0;}
.top_r .tel{ display:none;}

.nav0 { height:0; margin:0;}
.nav0 .nav { width: 60%; height: 100%; margin:0; padding: 0; position:fixed; top: 0; left: -100%; z-index: 9999; transition: 0.5s; -webkit-transition: 0.5s;}
.nav0 .nav ul { width:60%; height:100%; background-color: #fff; position:relative; z-index:9999; display:block!important; margin:0 0!important;}
.nav0 .nav .nav_mask { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.6); position:absolute; left:0; top:0; z-index:9998;}
.nav0 .nav ul > li { width: 100%; overflow: hidden; margin:0 auto; padding:0; background:none; box-sizing:border-box; position:relative;}
.nav0 .nav ul > li a { display:block; width: 100%; line-height:60px; color:#555; font-size:16px; text-align:left; padding:0 60px 0 20px; border-bottom:1px solid rgba(85, 87, 89, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nav0 .nav > ul > li:hover, .nav0 .nav > ul > li.active { background-color:#004797;}
.nav0 .nav_ > ul > li:hover > a, .nav0 .nav > ul > li.active > a { color: #fff; border-bottom:1px solid #008fe9;}
.nav0 .nav > ul > li > em { display:none;}
.nav0 .nav > ul > li i { display:block; width:60px; height:60px; background-size:20px 20px; position:absolute; top:0; right:0; z-index:2;}
.nav0 .nav > ul > li:hover i, .ly_nav .nav > ul > li.active i, .nav0 .nav > ul > li i.cur { background-size:20px 20px; background:url(../images/down1.png) center center no-repeat;}
.nav0 .nav_ > ul > li ul { width:100%; overflow:hidden; position:inherit; left:inherit; top:inherit; box-shadow:none; border:0; border-radius:0; border-bottom:1px solid rgba(85, 87, 89, 0.1);}
.nav0 .nav > ul > li:hover > em, .ly_nav .nav > ul > li.active > em { display:none;}
.nav0 .nav > ul > li ul li a { height:48px; line-height:48px; color:#888; text-align:left; border:0; padding:0 40px;}
	
.nav0 .nav_menu { display: block; width:40px; padding:11px 9px; background-color:#004797; border-radius:0; margin: 4px 0; position:absolute; top:20px; right:20px;}
.nav0 .nav_menu span { display: block; width: 100%; height: 2px; background-color: #fff; border-radius: 1px;}
.nav0 .nav_menu span + span { margin-top: 6px;}
.nav0 .open { width:100%; overflow: auto; left: 0%;}
	
.nav0 .nav_menu:active { background-color:#004797;}

.top_r .ss{margin: 25px 60px 25px 0;}
.ss_search form { width:100%; padding:0 40px 0 0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ss_search form .ss_ipt { width:100%;position:inherit; left:inherit; top:inherit;}
.ss_search form .ss_ipt input{ height:40px;}
.ss_search:hover form .ss_ipt { width:100%; left:0;}
.ss_search:hover form .ss_ipt { left: 0;}
.ss_search:hover form .ss_btn input{background-size:20px 20px!important;}
.ss_search form .ss_btn { position:absolute; top:0; right:0; }
.ss_search form .ss_btn input{ width:40px; height:40px;    background-size: 20px 20px;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.top{ padding:0 20px;}
.logo{width:33%;padding: 18px 0 18px 0;}
.top_r .tel{ display:none;}

.nav0 { height:0; margin:0;}
.nav0 .nav { width: 60%; height: 100%; margin:0; padding: 0; position:fixed; top: 0; left: -100%; z-index: 9999; transition: 0.5s; -webkit-transition: 0.5s;}
.nav0 .nav ul { width:60%; height:100%; background-color: #fff; position:relative; z-index:9999; display:block!important; margin:0 0!important;}
.nav0 .nav .nav_mask { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.6); position:absolute; left:0; top:0; z-index:9998;}
.nav0 .nav ul > li { width: 100%; overflow: hidden; margin:0 auto; padding:0; background:none; box-sizing:border-box; position:relative;}
.nav0 .nav ul > li a { display:block; width: 100%; line-height:60px; color:#555; font-size:16px; text-align:left; padding:0 60px 0 20px; border-bottom:1px solid rgba(85, 87, 89, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nav0 .nav > ul > li:hover, .nav0 .nav > ul > li.active { background-color:#004797;}
.nav0 .nav_ > ul > li:hover > a, .nav0 .nav > ul > li.active > a { color: #fff; border-bottom:1px solid #008fe9;}
.nav0 .nav > ul > li > em { display:none;}
.nav0 .nav > ul > li i { display:block; width:60px; height:60px; background-size:20px 20px; position:absolute; top:0; right:0; z-index:2;}
.nav0 .nav > ul > li:hover i, .ly_nav .nav > ul > li.active i, .nav0 .nav > ul > li i.cur { background-size:20px 20px; background:url(../images/down1.png) center center no-repeat;}
.nav0 .nav_ > ul > li ul { width:100%; overflow:hidden; position:inherit; left:inherit; top:inherit; box-shadow:none; border:0; border-radius:0; border-bottom:1px solid rgba(85, 87, 89, 0.1);}
.nav0 .nav > ul > li:hover > em, .ly_nav .nav > ul > li.active > em { display:none;}
.nav0 .nav > ul > li ul li a { height:48px; line-height:48px; color:#888; text-align:left; border:0; padding:0 40px;}
	
.nav0 .nav_menu { display: block; width:40px; padding:11px 9px; background-color:#004797; border-radius:0; margin: 4px 0; position:absolute; top:20px; right:20px;}
.nav0 .nav_menu span { display: block; width: 100%; height: 2px; background-color: #fff; border-radius: 1px;}
.nav0 .nav_menu span + span { margin-top: 6px;}
.nav0 .open { width:100%; overflow: auto; left: 0%;}
	
.nav0 .nav_menu:active { background-color:#004797;}

.top_r .ss{margin: 25px 60px 25px 0;}
.ss_search form { width:100%; padding:0 40px 0 0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ss_search form .ss_ipt { width:100%;position:inherit; left:inherit; top:inherit;}
.ss_search form .ss_ipt input{ height:40px;}
.ss_search:hover form .ss_ipt { width:100%; left:0;}
.ss_search:hover form .ss_ipt { left: 0;}
.ss_search:hover form .ss_btn input{background-size:20px 20px!important;}
.ss_search form .ss_btn { position:absolute; top:0; right:0; }
.ss_search form .ss_btn input{ width:40px; height:40px;    background-size: 20px 20px;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.top{ padding:0 20px;}
.logo{ width:47%;padding: 18px 0 18px 0;}
.top_r{ width:40%;}
.top_r .tel{ display:none;}

.nav0 { height:0; margin:0;}
.nav0 .nav { width: 60%; height: 100%; margin:0; padding: 0; position:fixed; top: 0; left: -100%; z-index: 9999; transition: 0.5s; -webkit-transition: 0.5s;}
.nav0 .nav ul { width:60%; height:100%; background-color: #fff; position:relative; z-index:9999; display:block!important; margin:0 0!important;}
.nav0 .nav .nav_mask { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.6); position:absolute; left:0; top:0; z-index:9998;}
.nav0 .nav ul > li { width: 100%; overflow: hidden; margin:0 auto; padding:0; background:none; box-sizing:border-box; position:relative;}
.nav0 .nav ul > li a { display:block; width: 100%; line-height:60px; color:#555; font-size:16px; text-align:left; padding:0 60px 0 20px; border-bottom:1px solid rgba(85, 87, 89, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nav0 .nav > ul > li:hover, .nav0 .nav > ul > li.active { background-color:#004797;}
.nav0 .nav_ > ul > li:hover > a, .nav0 .nav > ul > li.active > a { color: #fff; border-bottom:1px solid #008fe9;}
.nav0 .nav > ul > li > em { display:none;}
.nav0 .nav > ul > li i { display:block; width:60px; height:60px; background-size:20px 20px; position:absolute; top:0; right:0; z-index:2;}
.nav0 .nav > ul > li:hover i, .ly_nav .nav > ul > li.active i, .nav0 .nav > ul > li i.cur { background-size:20px 20px; background:url(../images/down1.png) center center no-repeat;}
.nav0 .nav_ > ul > li ul { width:100%; overflow:hidden; position:inherit; left:inherit; top:inherit; box-shadow:none; border:0; border-radius:0; border-bottom:1px solid rgba(85, 87, 89, 0.1);}
.nav0 .nav > ul > li:hover > em, .ly_nav .nav > ul > li.active > em { display:none;}
.nav0 .nav > ul > li ul li a { height:48px; line-height:48px; color:#888; text-align:left; border:0; padding:0 40px;}
	
.nav0 .nav_menu { display: block; width:40px; padding:11px 9px; background-color:#004797; border-radius:0; margin: 4px 0; position:absolute; top:20px; right:20px;}
.nav0 .nav_menu span { display: block; width: 100%; height: 2px; background-color: #fff; border-radius: 1px;}
.nav0 .nav_menu span + span { margin-top: 6px;}
.nav0 .open { width:100%; overflow: auto; left: 0%;}
	
.nav0 .nav_menu:active { background-color:#004797;}

.top_r .ss{margin: 25px 60px 25px 0;}
.ss_search form { width:100%; padding:0 40px 0 0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ss_search form .ss_ipt { width:100%;position:inherit; left:inherit; top:inherit;}
.ss_search form .ss_ipt input{ height:40px;}
.ss_search:hover form .ss_ipt { width:100%; left:0;}
.ss_search:hover form .ss_ipt { left: 0;}
.ss_search:hover form .ss_btn input{background-size:20px 20px!important;}
.ss_search form .ss_btn { position:absolute; top:0; right:0; }
.ss_search form .ss_btn input{ width:40px; height:40px;    background-size: 20px 20px;}
}
@media screen and (max-width:767px) {
.top{ padding:0 0;}
.logo{ width:80%;padding: 10px 0 10px 5px;}
.logo img{ max-width:100%;}
.top_r{ width:100%;padding: 0 5px;}
.top_r .tel{ display:none;}

.nav0 { height:0; margin:0;}
.nav0 .nav { width: 60%; height: 100%; margin:0; padding: 0; position:fixed; top: 0; left: -100%; z-index: 9999; transition: 0.5s; -webkit-transition: 0.5s;}
.nav0 .nav ul { width:60%; height:100%; background-color: #fff; position:relative; z-index:9999; display:block!important; margin:0 0!important;}
.nav0 .nav .nav_mask { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.6); position:absolute; left:0; top:0; z-index:9998;}
.nav0 .nav ul > li { width: 100%; overflow: hidden; margin:0 auto; padding:0; background:none; box-sizing:border-box; position:relative;}
.nav0 .nav ul > li a { display:block; width: 100%; line-height:60px; color:#555; font-size:16px; text-align:left; padding:0 60px 0 20px; border-bottom:1px solid rgba(85, 87, 89, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nav0 .nav > ul > li:hover, .nav0 .nav > ul > li.active { background-color:#004797;}
.nav0 .nav_ > ul > li:hover > a, .nav0 .nav > ul > li.active > a { color: #fff; border-bottom:1px solid #008fe9;}
.nav0 .nav > ul > li > em { display:none;}
.nav0 .nav > ul > li i { display:block; width:60px; height:60px; background-size:20px 20px; position:absolute; top:0; right:0; z-index:2;}
.nav0 .nav > ul > li:hover i, .ly_nav .nav > ul > li.active i, .nav0 .nav > ul > li i.cur { background-size:20px 20px; background:url(../images/down1.png) center center no-repeat;}
.nav0 .nav_ > ul > li ul { width:100%; overflow:hidden; position:inherit; left:inherit; top:inherit; box-shadow:none; border:0; border-radius:0; border-bottom:1px solid rgba(85, 87, 89, 0.1);}
.nav0 .nav > ul > li:hover > em, .ly_nav .nav > ul > li.active > em { display:none;}
.nav0 .nav > ul > li ul li a { height:48px; line-height:48px; color:#888; text-align:left; border:0; padding:0 40px;}
	
.nav0 .nav_menu { display: block; width:40px; padding:11px 9px; background-color:#004797; border-radius:0; margin: 0 0; position:absolute; top:14px; right:6px;}
.nav0 .nav_menu span { display: block; width: 100%; height: 2px; background-color: #fff; border-radius: 1px;}
.nav0 .nav_menu span + span { margin-top: 6px;}
.nav0 .open { width:100%; overflow: auto; left: 0%;}
	
.nav0 .nav_menu:active { background-color:#004797;}

.top_r .ss{ width:100%;margin: 10px 0 20px;}
.top_r .ss .ss_search{ width:63%;}
.ss_search form { width:158%; padding:0 40px 0 0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ss_search form .ss_ipt { width:100%;position:inherit; left:inherit; top:inherit;}
.ss_search form .ss_ipt input{ height:40px;}
.ss_search:hover form .ss_ipt { width:100%; left:0;}
.ss_search:hover form .ss_ipt { left: 0;}
.ss_search:hover form .ss_btn input{background-size:20px 20px!important;}
.ss_search form .ss_btn { position:absolute; top:0; right:0; }
.ss_search form .ss_btn input{ width:40px; height:40px;    background-size: 20px 20px;}
}
/*头部*/

/*首页banner*/
.swiper-container1 { width:100%; height:600px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.swiper-container1 .swiper-slide { background-size:1920px 600px!important; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
/*分页器*/
.swiper-container1 .swiper-pagination { width:100%; height:12px; overflow:hidden; margin:0; padding:0; left:0; bottom:20px!important;}
.swiper-container1 .swiper-pagination .swiper-pagination-bullet { width:12px; height:12px; margin:0 5px!important; border-radius:50%; opacity:0.5; background-color:#fff;}
.swiper-container1 .swiper-pagination .swiper-pagination-bullet-active { opacity:1;}
.swiper-container1 .swiper-button-prev, .swiper-container1 .swiper-button-next { width:48px!important; height:48px!important; top:50%!important; margin:-24px 0 0!important;}
.swiper-container1 .swiper-button-prev { background:url(../images/prev01.png) center center no-repeat; background-size:48px 48px; left:0;}
.swiper-container1 .swiper-button-next { background:url(../images/next01.png) center center no-repeat; background-size:48px 48px; right:0;}
@media screen and (max-width:1399px) and (min-width:1200px) {
.swiper-container1 {height:500px;}
.swiper-container1 .swiper-slide { background-size:1600px 500px!important;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.swiper-container1 {height:438px;}
.swiper-container1 .swiper-slide { background-size:1400px 438px!important;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.swiper-container1 {height:310px;}
.swiper-container1 .swiper-slide { background-size:1000px 310px!important;}
}
@media screen and (max-width:767px){
.swiper-container1 {height:325px;}
.swiper-container1 .swiper-slide { background-size:1040px 325px!important;}
}
@media screen and (max-width:540px)and (min-width:411px) {
.swiper-container1 {height:180px;}
.swiper-container1 .swiper-slide { background-size:580px 180px!important;}
}
@media screen and (max-width:375px)and (min-width:280px) {
.swiper-container1 {height:147px;}
.swiper-container1 .swiper-slide { background-size:470px 147px!important;}
}
/*首页banner*/

/*选择我们的理由*/
.ind_ys{ width:100%; background:#f9f9f9; padding:60px 0 160px;}
.ys_tit{ width:100%; margin:0 auto; text-align:center;}
.ys_tit p{ font-size:60px; color:#ececec; line-height:60px;font-family: impact!important;}
.ys_tit span{font-size:36px; color:#333; line-height:30px; font-weight:bold;display: block;margin-top: -20px;}
.ys_tit em{ display:block; width:60px; height:4px;background:#004797; margin:20px auto;}

.ys_m{ margin-top:50px;}
.ys_m ul{ text-align:center;}
.ys_m ul li{ display:inline-block; width:23.7%; margin-right:20px;background:#fff;position:relative;}
.ys_m ul li:nth-child(4){ margin-right:0;}
.ys_m ul li:after{ content:""; display:block; position:absolute; width:100%; height:10px;background:#004797; left:0; top:0;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.ys_m ul li .ys_m0{ padding: 0 50px;position: relative;z-index: 9;}
.ys_m0 em{ display:block; width:72px; height:72px;margin: 50px auto 18px; background-repeat: no-repeat;transition: all .65s;}
.ys_m0 em.ico1{ background:url(../images/ys1.png) center no-repeat;}
.ys_m0 em.ico2{ background:url(../images/ys2.png) center no-repeat;}
.ys_m0 em.ico3{ background:url(../images/ys3.png) center no-repeat;}
.ys_m0 em.ico4{ background:url(../images/ys4.png) center no-repeat;}
.ys_m0 p{ margin-bottom:50px;}
.ys_m0 p span{ display:block;font-size:22px; color:#333; line-height:35px;}

.ys_m ul li:hover:after{height:100%;}
.ys_m ul li:hover .ys_m0 em{transform: rotateY(180deg);}
.ys_m ul li:hover .ys_m0 em.ico1{ background:url(../images/ys1a.png) center no-repeat;}
.ys_m ul li:hover .ys_m0 em.ico2{ background:url(../images/ys2a.png) center no-repeat;}
.ys_m ul li:hover .ys_m0 em.ico3{ background:url(../images/ys3a.png) center no-repeat;}
.ys_m ul li:hover .ys_m0 em.ico4{ background:url(../images/ys4a.png) center no-repeat;}
.ys_m ul li:hover .ys_m0 p span{ color:#fff;}

@media screen and (max-width:1399px) and (min-width:1200px) {
.ys_m ul li{ width:23.1%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.ys_m ul li{ width:23.1%;}
.ys_m0 p span{ font-size:20px;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.ind_ys{padding:60px 0 100px;}
.ys_m ul li{ width:48.3%; margin-bottom:20px;}
.ys_m ul li:nth-child(2n){ margin-right:0;}

}
@media screen and (max-width:767px) {
.ind_ys{ padding:40px 0;}
.ys_tit p{ font-size:56px;}
.ys_m ul li{ width:100%; margin:0 0 20px 0; }
.ys_m ul li:nth-child(2n){ margin-right:0;}
}

/*选择我们的理由*/

/*首页产品中心*/
.ind_cp{ background:#fff;padding:40px 0 40px; position:relative}

/*浪*/
@keyframes move_wave {0% {transform:translateX(0) translateZ(0) scaleY(1)}
50% {transform:translateX(-25%) translateZ(0) scaleY(0.55)}
100% {transform:translateX(-50%) translateZ(0) scaleY(1)}
}
.waveWrapper {overflow:hidden;position:absolute;left:0;right:0;top:-120px;margin:auto;height:120px;z-index:0;}
.waveWrapperInner {position:absolute;width:100%;overflow:hidden;height:100%;bottom:-1px}
.bgTop {z-index:15;opacity:0.9;}
.bgMiddle {z-index:10;opacity:1;}
.bgBottom {z-index:5;}
.wave {position:absolute;left:0;width:200%;height:100%;background-repeat:repeat no-repeat;background-position:0 bottom;transform-origin:center bottom;}
.waveTop {background-size:50% 100px;}
.waveAnimation .waveTop {animation:move-wave 3s;-webkit-animation:move-wave 3s;-webkit-animation-delay:1s;animation-delay:1s;}
.waveMiddle {background-size:50% 120px;}
.waveAnimation .waveMiddle {animation:move_wave 10s linear infinite;}
.waveBottom {background-size:50% 100px;}
.waveAnimation .waveBottom {animation:move_wave 15s linear infinite;}
/*浪*/

.ind_cp_fl{ text-align:center;margin:40px auto;}
.ind_cp_fl a{display:inline-block; width:12%; margin-right:20px; height:50px; line-height:50px;font-size:21px; font-weight:bold; margin-bottom:6px; color:#666; background:#f7f5f5; border-radius:50px; padding:0 10px; overflow:hidden;text-overflow: ellipsis; white-space:nowrap;}
.ind_cp_fl a:hover{color:#fff;background:#004797; }

.ind_cp_m{}
.pro li{ width:23.39%; margin:0 30px 30px 0; float:left;}
.pro li:nth-child(4n){ margin-right:0;}
.pro li .cp_img{ display:block; height:250px; line-height:250px; text-align:center; vertical-align:middle;background:#f9f9f9; overflow:hidden; position:relative;}
.pro li .cp_img img{ max-height:95%; max-width:95%;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.pro li .cp_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;}
.pro li .cp_img:before{ content:'';position:absolute; top:0; left:0; display:none; width:100%; height:100%;background:rgba(0,0,0,.4) url(../images/cpck.png) center no-repeat; z-index:9; }
.pro li .cp_name{display:block; height:60px; line-height:60px;text-align:center; background:#333; color:#fff; font-size:18px; font-weight:bold;padding:0 10px;overflow:hidden;text-overflow: ellipsis; white-space:nowrap;}

.pro li:hover .cp_img:before{ display:block;}
.pro li:hover .cp_img img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.pro li:hover .cp_name{background:#004797;}

@media screen and (max-width:1399px) and (min-width:1200px) {
.ind_cp_fl a{ width:14%;}
.pro li{ width:23.04%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.ind_cp_fl a{ width:15%;}
.pro li{ width:22.8%;}
.pro li .cp_img{ height:228px;}
.pro li .cp_name{ height:50px; line-height:50px; font-size:17px;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.ind_cp{ padding:20px 0 40px;}
.ind_cp_fl a{ width:18%;}
.pro li{ width:47.9%;}
.pro li:nth-child(2n){ margin-right:0;}
.pro li .cp_img{ height:222px;}
}
@media screen and (max-width:767px) {
.ind_cp{ padding:40px 0;}
.waveWrapper{ display:none;}
.ind_cp_fl a{ width:40%; margin-bottom:4px;}
.ind_cp_fl a:nth-child(2n){ margin-right:0;}
.pro li{ width:100%;}
}

/*首页产品中心*/

/*首页公司简介*/
.ind_com{ padding:60px 0; background:url(../images/com_bg.jpg) center no-repeat; background-size:cover;}
/*.ind_com .ys_tit p{ color:#fff; opacity:0.2;}
.ind_com .ys_tit span{ color:#fff;}
.ind_com .ys_tit em{ background:#fff;}*/

.ind_com_m{ margin:40px auto 0;}
.com_img{ display:block; width:49%; }
.com_img img{ max-width:100%;}
.com_m{ width:48%;color:#fff; margin:60px 0;}
.com_m .tit{ display:block; font-size:28px; line-height:30px; color:#333;}
.com_m .main{ font-size:15px; line-height:30px; max-height:210px; margin:20px auto 40px;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 7;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;opacity:0.7; color:#333;}
.com_m .more{ display:block; width:150px; height:48px; line-height:48px; text-align:left; padding:0 20px; border:1px solid #004797; border-radius:50px; font-size:15px; color:#004797; background:url(../images/com_jt.png) 84% no-repeat;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.com_m .more:hover{width:160px;background:url(../images/com_jt.png) 90% no-repeat;}
@media screen and (max-width:1399px) and (min-width:1200px) {
.com_m{ margin:20px 0;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.com_m{ margin:0 0;}
.com_m .more{ height:40px; line-height:40px;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.ind_com_m{margin: 40px auto 0;}
.com_img{ width:100%; text-align:center;}
.com_m{ width:100%; margin:40px auto 0;}
.com_m .more{ height:40px; line-height:40px;}
}
@media screen and (max-width:767px) {
.ind_com{ padding:40px 0;}
.ind_com_m{margin: 40px auto 0;}
.com_img{ width:100%; text-align:center;}
.com_m{ width:100%;margin:40px auto 0;padding: 0 10px;}
.com_m .tit{ text-align:center;}
.com_m .more{ height:40px; line-height:40px; margin:0 auto;}
}
@media screen and (max-width:766px) and (min-width:539px) {

}
@media screen and (max-width:280px) {

}

/*首页公司简介*/

/*首页技术资讯*/
.ind_ar{background:#f9f9f9; padding:60px 0;}
.ind_arm{}
.ind_arm_tit{ margin:40px auto;text-align:center;}
.ind_arm_tit span{ display:inline-block; width:120px; height:36px; line-height:36px; margin-right:40px; font-size:15px; color:#666; background:#fff; border-radius:50px;}
.ind_arm_tit span:nth-child(2){ margin-right:0;}
.ind_arm_tit span:hover{ color:#fff;background:#004797;}
.ind_arm_tit span.active{ color:#fff;background:#004797;}

.ind_arm_m0{}
.arm_m2{ min-height:500px;}
.arm_m2 ul li{ width:48.2%; margin:0 50px 40px 0; float:left; padding:30px 0; background:#fff; overflow:hidden;}
.arm_m2 ul li:nth-child(2n){ margin-right:0;}
.arm_m2 ul li .arm_m2_l{ width:15%; text-align:center;}
.arm_m2 ul li .arm_m2_l em{ display:block; width:110px; height:32px; line-height:32px; text-align:center; font-size:14px; color:#fff;background:#004797; border-radius:50px; margin-left:-14px;}
.arm_m2 ul li .arm_m2_l i{ display:block; width:14px; height:14px; margin:20px auto 0; background:url(../images/date.png) center no-repeat;}
.arm_m2 ul li .arm_m2_l span{ display:block; font-size:14px; color:#999;}

.arm_m2 ul li .arm_m2_r{ width:80%; padding-right:20px;}
.arm_m2 ul li .arm_m2_r .tit{ display:block; font-size:18px; color:#333; font-weight:bold; max-width:100%;margin-bottom: 16px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.arm_m2 ul li .arm_m2_r p{ font-size:15px; color:#999; line-height:26px; height:50px;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;}

.arm_m2 ul li:hover{background:#004797;}
.arm_m2 ul li:hover .arm_m2_l em{ color:#004797; background:#fff;}
.arm_m2 ul li:hover .arm_m2_l i{background:url(../images/date1.png) center no-repeat;}
.arm_m2 ul li:hover .arm_m2_l span{ color:#fff;opacity:0.6;}
.arm_m2 ul li:hover .arm_m2_r .tit{ color:#fff;}
.arm_m2 ul li:hover .arm_m2_r p{ color:#fff;opacity:0.6;}

@media screen and (max-width:1399px) and (min-width:1200px) {
.arm_m2 ul li{ width:47.8%;}
.arm_m2 ul li .arm_m2_l{ width:18%;}
.arm_m2 ul li .arm_m2_l em{ width:112px;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.arm_m2 ul li{ width:48%;margin: 0 40px 30px 0;}
.arm_m2 ul li .arm_m2_l{ width:20%;}
.arm_m2 ul li .arm_m2_l em{ width:114px;}
.arm_m2 ul li .arm_m2_r{ width:78%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.arm_m2 ul li{ width:100%;margin: 0 0 20px 0;}
.arm_m2 ul li .arm_m2_l em{ width:124px;}
}
@media screen and (max-width:767px) {
.ind_ar{padding: 40px 0;}
.ind_arm_tit{ margin:40px auto 20px;}
.arm_m2 ul li{ width:100%;margin: 0 0 20px 0;padding: 20px 20px;}
.arm_m2 ul li .arm_m2_l{ width:100%; margin-bottom:10px;}
.arm_m2 ul li .arm_m2_l em{ display:none;}
.arm_m2 ul li .arm_m2_l i{ display:inline-block; vertical-align:middle; margin:0 auto;}
.arm_m2 ul li .arm_m2_l span{display:inline-block; vertical-align:middle;}
.arm_m2 ul li .arm_m2_r{ width:100%; padding-right:0;}
.arm_m2 ul li .arm_m2_r .tit{ margin-bottom:5px;}
}

/*首页技术资讯*/

/*首页底部*/
.ind_foot{ background:#222;}

.ind_foot_top{padding:40px 0 80px; border-bottom:1px solid #333;}
.ind_foot_top ul li{ width:27%; margin-right:56px; float:left; border:1px solid #333; padding: 17px 20px 17px 80px; position:relative;}
.ind_foot_top ul li:nth-child(3){ width:17%; }
.ind_foot_top ul li:nth-child(4){ width:17%; margin-right:0;}
.ind_foot_top ul li p{ font-size:16px; color:#fff;}
.ind_foot_top ul li span{display:block;font-size:16px; color:#777;height:20px;overflow:hidden;display:block;text-overflow:ellipsis;white-space:nowrap;}
.ind_foot_top ul li:nth-child(1) span{ font-size:14px; }
.ind_foot_top ul li em{ position:absolute; left:14px; bottom:-20px; width:50px; height:50px;}
.ind_foot_top ul li em.ico1{background:#004797 url(../images/foot_ad.png) center no-repeat;}
.ind_foot_top ul li em.ico2{background:#004797 url(../images/foot_em.png) center no-repeat;}
.ind_foot_top ul li em.ico3{background:#004797 url(../images/foot_tel.png) center no-repeat;}
.ind_foot_top ul li em.ico4{background:#004797 url(../images/foot_qq.png) center no-repeat;}

.ind_foot_mid{padding:40px 0 80px;}
.ind_foot_mid_l{ width:70%;}
.ind_foot_mid_l p{ display:block; font-size:16px; color:#fff; margin-bottom:20px;}
.ind_foot_mid_l a{ display:inline-block; font-size:15px; color:#777; background:url(../images/foot_ico.png) right no-repeat; margin-right:55px;padding-right: 14px;}
.ind_foot_mid_l a:last-child{ margin-right:0;}

.link{margin: 60px 0 0;}
.link .link_l{width:17%;height:auto;font-size:18px;color:#fff;background:#004797 url(../images/link.png) 15px no-repeat;padding: 35px 20px 35px 50px;margin:0;}
.link .link_r{width:83%;border:1px solid #333;padding: 6px 15px;}
.link .link_r p {overflow-x: hidden;margin:0;color:#777;}
.link .link_r p::-webkit-scrollbar { width:4px;}/* 滚动槽 */
.link .link_r p::-webkit-scrollbar-track { background-color:#222;}
.link .link_r p::-webkit-scrollbar-thumb { background-color:#777; border-radius:50px;}/* 滚动条滑块 */
.link .link_r p::-webkit-scrollbar-thumb:window-inactive { background-color:#bfbfbf;}
.link .link_r p a{display:inline-block;font-size:14px;color:#777;background:none;margin-right:26px;margin-bottom: 5px;}
.link .link_r p a:hover{ color:#fff;}

.ind_foot_mid_r{ width:11.4%; text-align:center;}
.ind_foot_mid_r img{ border:1px solid #393939; padding:10px 10px;}
.ind_foot_mid_r span{display:block; font-size:14px; color:#777; margin-top:15px;}

.ind_foot_bot{ padding:20px 0;border-top:1px solid #333;}
.ind_foot_bot p{ font-size:14px; color:#777;}
.ind_foot_bot p a{ color:#777;}

.ind_foot_mid_l a:hover{ color:#fff;}
.link .link_r a:hover{ color:#fff;}
.ind_foot_bot p a:hover{ color:#fff;}

@media screen and (max-width:1399px) and (min-width:1200px) {
.ind_foot_top ul li{ width:31%;margin-right: 7px;}
.ind_foot_top ul li:nth-child(2){ width:30%;}
.ind_foot_top ul li:nth-child(3){ width:20%;}

.ind_foot_mid_l{ width:74%;}
.ind_foot_mid_l a{ margin-right:37px;}
.ind_foot_mid_r{ width:14%;}

.link .link_l{ width:19%;}
.link .link_r{ width:81%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.ind_foot_top ul li{ width:28.9%;margin-right: 7px;}
.ind_foot_top ul li:nth-child(2){ width:28%;}
.ind_foot_top ul li:nth-child(3){ width:22%;}
.ind_foot_top ul li:nth-child(4){ width:19%;}

.ind_foot_mid_l{ width:81%;}
.ind_foot_mid_l a{ margin-right:35px;}
.ind_foot_mid_r{ width:16%;}

.link .link_l{ width:20%;}
.link .link_r{ width:80%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.ind_foot_top{ display:none;} 

.ind_foot_mid{ padding:40px 0;}
.ind_foot_mid_l{ width:100%;}
.ind_foot_mid_l a{ margin-right:17px;}
.ind_foot_mid_r{ width:100%;}

.link{ margin:40px 0;}
.link .link_l{ width:22%;}
.link .link_r{ width:78%;}

.ind_foot_bot p{ float:inherit!important;}
}
@media screen and (max-width:767px) {
.ind_foot_top{ display:none;} 

.ind_foot_mid{ padding:20px 0;}
.ind_foot_mid_l{ width:100%;}
.ind_foot_mid_l .ksdh{ display:none;} 
.ind_foot_mid_r{ width:100%; margin-top:20px;}

.link{ margin:0 0;}
.link .link_l{ width:100%; padding: 10px 20px 10px 60px;}
.link .link_r{ width:100%;}
.link .link_r p{ max-height:60px;}

.ind_foot_bot p{ float:inherit!important;}
}

/*首页底部*/

/*右侧漂浮 开始*/
.client-2 {position:fixed;right:-170px;top:50%;z-index:99999;}
.client-2 li a {text-decoration:none;}
.client-2 li {margin-top:1px;clear:both;height:71px;position:relative;}
.client-2 li i {background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin: 4px auto 0;text-align:center;}
.client-2 li p {height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;}
.client-2 .my-kefu-qq i {background-position:4px 5px;}
.client-2 .my-kefu-tel i {background-position:0 -21px;}
.client-2 .my-kefu-liuyan i {background-position:4px -53px;}
.client-2 .my-kefu-weixin i {background-position:-34px 4px;}
.client-2 .my-kefu-weibo i {background-position:-30px -22px;}
.client-2 .my-kefu-ftop {display:none;}
.client-2 .my-kefu-ftop i {width:33px;height:35px;background-position:-27px -51px;}
.client-2 .my-kefu-left {float:left;width:77px;height:47px;position:relative;}
.client-2 .my-kefu-tel-right {font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.client-2 .my-kefu-right {width:20px;}
.client-2 .my-kefu-tel-main {background:#004797;color:#fff;height:71px;width:247px;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-main {background:#004797;width:97px;height:71px;position:relative;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-weixin-pic {position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.my-kefu-weixin-pic img {width:115px;height:115px;}

@media (max-width:880px) {
	.my-kefu-liuyan,.my-kefu-weixin,.my-kefu-tel-right{display:none;}
	.client-2{right:0;top: 50%;}
	.client-2 li{ height:51px; position: static;}
	.client-2 .my-kefu-tel-main,.client-2 .my-kefu-main{ width:50px;border-radius: 50px; height:50px;padding:0;}
	.my-kefu-main{background: #fe9c00 !important;}
	.client-2 li a p{ display:none;}
	.client-2 .my-kefu-ftop i {margin: 7px 0 0 8px;background-size: 56px;background-position: -23px -47px;}
	.client-2 .my-kefu-ftop{ margin-top:10px;}
	.client-2 .my-kefu-tel i {margin: 11px 0 0 13px;}
}
/*右侧漂浮 结束*/

/*内页banner*/
.NyBanner { width:100%; height:500px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.NyBanner:before{position:absolute;content:"";bottom:0;right:-260px;width:42%;height:60px;background:rgba(0,71,151,0.95);transform:skewX(-32deg);z-index:9;}
.NyBanner2:before{right: -50px;}
.NyBanner img.nyBa_Img { display:block; width:1920px; height:500px; margin:-250px 0 0 -960px; padding:0; position:absolute; left:50%; top:50%;}
.NyBanner .NyBa_Con { width:1400px; height:auto; margin:-50px 0 0 0; padding:0; position:absolute; top:50%; left:14%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyBa_Con span { display:block; width:100%; height:auto; line-height:30px; color:rgba(255,255,255,0.25); font-size:24px; margin:0 auto; padding:0;}
.NyBa_Con i { display:block; width:40px; height:3px; margin:10px 0 17px; padding:0; background-color:#fff;}
.NyBa_Con p { width:100%; height:auto; line-height:40px; color:#fff; font-size:36px; font-weight:bold; margin:0 auto; padding:0;}

/*NyCrumb 开始*/
.NyCrumb { width:100%; height:auto; margin:0; padding:0; border-bottom: 8px solid rgb(0 71 151);position:absolute; bottom:0; right:0; z-index:99;}
.NyCrumb .NyCrumb_Main { width:100%; height:52px; margin:0 auto; padding:0 calc(50% - 700px); position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyCrumb_Main p { width:22%;height:52px; overflow:hidden; line-height:44px; color:#fff; font-size:16px;white-space:nowrap; text-overflow: ellipsis; margin:0; padding:8px 40px 0 40px; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyCrumb_Main p.pro2{width:37%;}
.NyCrumb_Main p img.Crumb { display:inline-block; width:18px; height:18px; vertical-align:middle; margin:-2px 6px 0 0;}
.NyCrumb_Main p img.CrumbJt { display:inline-block; width:12px; height:12px; vertical-align:middle; margin:-2px 8px 0;}
.NyCrumb_Main p a { color:#fff;}
.NyCrumb_Main p span { opacity:0.5;}
@media (max-width:1200px) {
.NyBanner { height:350px;}
.NyBanner:before{ display:none;}
.NyBanner img.nyBa_Img { width:1344px; height:350px; margin:-175px 0 0 -672px;}
	
.NyBanner .NyBa_Con { left:2%;}
.NyBa_Con span { line-height:26px; font-size:18px;}
.NyBa_Con p { line-height:36px; font-size:28px;}

.NyCrumb_Main p{ font-size:15px;width: 100%!important;padding: 8px 20px 0 20px;}
}
@media (max-width:1080px) {
.NyBanner { height:320px;}
.NyBanner:before{ display:none;}
.NyBanner img.nyBa_Img { width:1230px; height:320px; margin:-160px 0 0 -615px;}
	
.NyBanner .NyBa_Con { left:2%;}
.NyBa_Con span { line-height:26px; font-size:18px;}
.NyBa_Con p { line-height:36px; font-size:28px;}

.NyCrumb_Main p{ font-size:15px;width: 100%!important;padding: 8px 40px 0 20px;}
}
@media screen and (max-width:1079px) and (min-width:768px)  {
.NyBanner { height:278px;}
.NyBanner:before{ display:none;}
.NyBanner img.nyBa_Img { width:1068px; height:278px; margin:-139px 0 0 -534px;}
	
.NyBanner .NyBa_Con { left:3%;}
.NyBa_Con span { line-height:26px; font-size:18px;}
.NyBa_Con p { line-height:36px; font-size:28px;}

.NyCrumb_Main p{ font-size:15px;width: 100%!important;padding: 8px 40px 0 20px;}
}
@media (max-width:767px) {
.NyBanner { height:200px;}
.NyBanner:before{ display:none;}
.NyBanner img.nyBa_Img { width:768px; height:200px; margin:-100px 0 0 -384px;}
	
.NyBanner .NyBa_Con { left:3%;}
.NyBa_Con span { height: 16px; line-height: 16px;font-size: 14px;}
.NyBa_Con i{width:32px;height:1px;margin:5px 0 8px;}
.NyBa_Con p{height:30px;line-height:30px;font-size:22px;}

.NyCrumb .NyCrumb_Main{ height:auto;}
.NyCrumb_Main p{ font-size:15px;width: 100%!important; max-height:60px; height:auto;line-height: 25px;margin-bottom: 10px;padding: 8px 40px 0 10px;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;word-break: break-all;}
}
/*内页banner*/

/*内页公司简介*/
.NyAboutus { width:100%; height:auto; min-height:320px; margin:0 auto; padding:0;}
.NyAboutus .NyAboutus_Profile { width:1400px; height:auto; margin:80px auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyTitle { width:100%; height:auto; margin:0 auto 40px; padding:0;}
.NyTitle span { display:block; width:100%; height:56px; overflow:hidden; line-height:56px; color:rgba(0,0,0,0.06); font-family:"Impact"; font-size:60px; margin:0 auto; padding:0;}
.NyTitle p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:36px; font-weight:bold; margin:-20px auto 10px; padding:0;}
.NyTitle i { display:block; width:60px; height:4px; overflow:hidden; margin:0; padding:0; background-color:#004797;}

.NyAboutus_Profile .NyAboutusProfile_Con { width:100%; height:auto; overflow:hidden; line-height:30px!important; color:#666!important; font-size:16px!important; word-break:break-all; text-align:justify; margin:0 auto 30px; padding:0;}
.NyAboutusProfile_Con p { width:100%; height:auto; overflow:hidden; line-height:30px!important; color:#666!important; font-size:16px!important; word-break:break-all; text-align:justify; margin:0 auto 10px; padding:0;}
.NyAboutusProfile_Con span, .NyAboutusProfile_Con font, .NyAboutusProfile_Con em { line-height:30px!important; color:#666!important; font-size:16px!important; font-style:normal!important;}

.NyAboutus_Profile .NyAboutus_DataImg { width:100%; height:auto; margin:0 auto; padding:0;}
.NyAboutus_DataImg .NyAboutus_Data { width:31.4%; height:560px; overflow:hidden; margin:0; padding:80px; background:#004797 url(../images/nyAbBg01.jpg) center center no-repeat; background-size:cover; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutus_Data ul li { width:100%; height:auto; margin:0 auto 80px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutus_Data ul li p { width:100%; height:48px; overflow:hidden; line-height:48px; color:#fff;  margin:0 auto 10px; padding:0;}
.NyAboutus_Data ul li p em{font-size:48px; font-weight:bold;}
.NyAboutus_Data ul li p sub { display:inline-block; font-size:16px; font-weight:normal; vertical-align: baseline; margin:0 0 0 10px;}
.NyAboutus_Data ul li span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#fff; font-size:18px; margin:0 auto; padding:0;}

.NyAboutus_DataImg .NyAboutus_Img { width:68.6%; height:560px; overflow:hidden; margin:0; padding:0; background-color:#f9f9f9; float:right; position:relative;}
.NyAboutus_Img img { display:block; width:100%; height:100%; overflow:hidden; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutus_Img:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}


.NyAboutus .NyAboutus_Culture { width:1400px; height:auto; margin:80px auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutus_Culture .NyAboutusCulture_Ms { width:100%; height:auto; line-height:30px; color:#999; font-size:16px; word-break:break-all; text-align:justify; margin:0 auto 20px; padding:0;}
.NyAboutus_Culture .NyAboutusCulture_Main { width:100%; height:auto; margin:0 auto; padding:0;}
.NyAboutusCulture_Main ul li { width:23.5%; height:auto; margin:0 2% 0 0; padding:50px 40px; background-color:#f9f9f9; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutusCulture_Main ul li:nth-child(4n+4) { margin:0;}
.NyAboutusCulture_Main ul li:hover { background-color:#004797;}
.NyAboutusCulture_Main ul li em { display:block; width:90px; height:90px; overflow:hidden; margin:0 auto 40px; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutusCulture_Main ul li em.AbIco1 { background:url(../images/AbIco01.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li em.AbIco2 { background:url(../images/AbIco02.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li em.AbIco3 { background:url(../images/AbIco03.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li em.AbIco4 { background:url(../images/AbIco04.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li:hover em{transform: rotateY(180deg);}
.NyAboutusCulture_Main ul li:hover em.AbIco1 { background:url(../images/AbIco1.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li:hover em.AbIco2 { background:url(../images/AbIco2.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li:hover em.AbIco3 { background:url(../images/AbIco3.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li:hover em.AbIco4 { background:url(../images/AbIco4.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li p { width:100%; height:auto; line-height:30px; color:#333; font-size:24px; text-align:center; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutusCulture_Main ul li:hover p { color:#fff;}
.NyAboutusCulture_Main ul li i.AbLine { display:block; width:100%; height:5px; overflow:hidden; margin:13px auto 20px; padding:0; background:url(../images/line02.png) center center no-repeat;}
.NyAboutusCulture_Main ul li:hover i.AbLine { background:url(../images/line03.png) center center no-repeat;}
.NyAboutusCulture_Main ul li span { display:block; width:100%; height:52px; overflow:hidden; line-height:26px; color:#999; font-size:16px; text-align:center; margin:0 auto; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutusCulture_Main ul li:hover span { color:rgba(255,255,255,0.5);}


.NyAboutus .NyAboutus_Honor { width:100%; height:auto; margin:0 auto; padding:80px 0 0; background-color:#f9f9f9;}
.NyAboutus_Honor .NyAboutusHonor_Main { width:1400px; height:auto; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutusHonor_Main .NyAboutusHonor_List { width:100%; height:auto; margin:0 auto; padding:0 80px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutusHonor_List .swiper-container03 { width:100%; height:auto; min-height:300px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide { height:auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { width:100%; height:326px; overflow:hidden; margin:0 auto 10px; padding:20px; background-color:#fff; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img img { display:block; max-width:88%; max-height:88%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Name { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:18px; text-align:center; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0; position:relative;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide:hover .NyAboutusHonor_Img img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.NyAboutusHonor_List .swiper-container03 .swiper-slide:hover .NyAboutusHonor_Name { color:#004797;}
.NyAboutusHonor_List .swiper-button-prev3, .NyAboutusHonor_List .swiper-button-next3 { width:54px!important; height:54px!important; margin:-27px 0 0!important; border-radius:50%; position:absolute; top:50%!important; bottom:0!important; opacity:1; cursor:pointer;}
.NyAboutusHonor_List .swiper-button-prev3 { background:#fff url(../images/jt8.png) center center no-repeat; left:0;}
.NyAboutusHonor_List .swiper-button-next3 { background:#fff url(../images/jt9.png) center center no-repeat; right:0;}
.NyAboutusHonor_List .swiper-button-prev3:hover { background:#004797 url(../images/jt10.png) center center no-repeat;}
.NyAboutusHonor_List .swiper-button-next3:hover { background:#004797 url(../images/jt11.png) center center no-repeat;}
.NyAboutusHonor_Main .NyAboutusHonor_Bottom { width:100%; height:auto; margin:40px auto 0; padding:0;}
.NyAboutusHonor_Bottom i { display:block; width:100%; height:30px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff;}
.NyAboutusHonor_Bottom p { width:100%; height:80px; margin:0 auto; padding:0; background: linear-gradient(to bottom, #dedede, #f9f9f9); -webkit-background: linear-gradient(to bottom, #dedede, #f9f9f9); -moz-background: linear-gradient(to bottom, #dedede, #f9f9f9); -ms-background: linear-gradient(to bottom, #dedede, #f9f9f9); -o-background: linear-gradient(to bottom, #dedede, #f9f9f9);
transform:skewX(20deg); -webkit-transform:skewX(20deg); -moz-transform:skewX(20deg); -ms-transform:skewX(20deg); -o-transform:skewX(20deg);
transform-origin:0 0; -webkit-transform-origin:0 0; -moz-transform-origin:0 0; -ms-transform-origin:0 0; -o-transform-origin:0 0;}


@media (max-width:1680px) {
	
}
@media (max-width:1600px) {
	
}
@media (max-width:1560px) {
	.NyAboutus .NyAboutus_Profile { width:100%; margin:60px auto; padding:0 60px;}
	.NyTitle span { height:52px; line-height:52px; font-size:56px;}
	.NyTitle p { font-size:34px;}
	
	.NyAboutus_DataImg .NyAboutus_Data { width:30%;}
	.NyAboutus_DataImg .NyAboutus_Img { width:70%;}
	
	.NyAboutus .NyAboutus_Culture { width:100%; margin:60px auto;}
	.NyAboutusCulture_Main ul li { padding:40px 30px;}
	.NyAboutusCulture_Main ul li p { font-size:22px;}
	
	.NyAboutus .NyAboutus_Honor { padding:60px 0 0;}
	.NyAboutus_Honor .NyAboutusHonor_Main { width:100%; padding:0 60px;}
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Name { font-size:16px;}
	.NyAboutusHonor_Bottom i { height:20px;}
	.NyAboutusHonor_Bottom p { height:60px;}
}
@media (max-width:1440px) {
	.NyAboutus .NyAboutus_Profile { width:100%; margin:60px auto; padding:0 40px;}
	.NyTitle span { height:50px; line-height:50px; font-size:52px;}
	.NyTitle p { font-size:32px;}
	
	.NyAboutus_Profile .NyAboutusProfile_Con { font-size:15px!important;}
	.NyAboutusProfile_Con p { font-size:15px!important;}
	.NyAboutusProfile_Con span, .NyAboutusProfile_Con font, .NyAboutusProfile_Con em { font-size:15px!important;}
	
	.NyAboutus_Culture .NyAboutusCulture_Ms { font-size:15px;}
	.NyAboutusCulture_Main ul li span { height:50px; line-height:25px; font-size:15px;}
	
	.NyAboutus_DataImg .NyAboutus_Data { width:26%; height:520px; padding:80px 60px;}
	.NyAboutus_Data ul li { margin:0 auto 60px;}
	.NyAboutus_Data ul li p { font-size:44px;}
	.NyAboutus_Data ul li p sub { font-size:15px;}
	.NyAboutus_Data ul li span { font-size:16px;}
	.NyAboutus_DataImg .NyAboutus_Img { width:74%; height:520px;}
	
	.NyAboutus_Honor .NyAboutusHonor_Main { padding:0 40px;}
}
@media (max-width:1366px) {
	.NyTitle { margin:0 auto 30px;}
	.NyTitle span { height:44px; line-height:44px; font-size:48px;}
	.NyTitle p { height:36px; line-height:36px; font-size:30px;}
	.NyTitle i { height:3px;}
	
	.NyAboutus_Profile .NyAboutusProfile_Con { margin:0 auto 30px;}
	
	.NyAboutus_DataImg .NyAboutus_Data { height:480px; padding:60px 60px;}
	.NyAboutus_Data ul li p { height:44px; line-height:44px;}
	.NyAboutus_DataImg .NyAboutus_Img { width:74%; height:480px;}
		
	.NyAboutusHonor_Main .NyAboutusHonor_Bottom { margin:30px auto 0;}	

}
@media (max-width:1280px) {
	
}
@media (max-width:1200px) {
	.NyTitle { margin:0 auto 20px;}
	.NyTitle span { height:44px; line-height:44px; font-size:46px;}
	.NyTitle p { height:32px; line-height:32px; font-size:28px;}
	.NyTitle i { width:56px; height:3px;}
	
	.NyAboutus_Profile .NyAboutusProfile_Con { margin:0 auto 20px;}
	
	.NyAboutus_DataImg .NyAboutus_Data { height:440px; padding:60px 60px;}
	.NyAboutus_Data ul li { margin:0 auto 50px;}
	.NyAboutus_Data ul li p { height:40px; line-height:40px;}
	.NyAboutus_DataImg .NyAboutus_Img { width:74%; height:440px;}
	
	.NyAboutusCulture_Main ul li { padding:30px 25px;}
	.NyAboutusCulture_Main ul li em { margin:0 auto 30px;}
		
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height:260px;}
	.NyAboutusHonor_Main .NyAboutusHonor_Bottom { margin:20px auto 0;}	
}
@media (max-width:1080px) {
	.NyAboutus .NyAboutus_Profile { margin:40px auto;}
	.NyAboutus_Profile .NyAboutusProfile_Con { line-height:28px!important; font-size:14px!important; margin:0 auto 10px;}
	.NyAboutusProfile_Con p { line-height:28px!important; font-size:14px!important; margin:0 auto 10px;}
	.NyAboutusProfile_Con span, .NyAboutusProfile_Con font, .NyAboutusProfile_Con em { line-height:28px!important; font-size:14px!important;}
	
	.NyAboutus_DataImg .NyAboutus_Data { height:400px; padding:40px;}
	.NyAboutus_Data ul li { margin:0 auto 40px;}
	.NyAboutus_Data ul li p sub { font-size:14px;}
	.NyAboutus_DataImg .NyAboutus_Img { width:74%; height:400px;}
	
	.NyAboutus .NyAboutus_Culture { margin:40px auto;}
	.NyAboutus_Culture .NyAboutusCulture_Ms { line-height:24px; font-size:14px;}
	.NyAboutusCulture_Main ul li { padding:30px 20px;}
	.NyAboutusCulture_Main ul li em { width:80px; height:80px;}
	.NyAboutusCulture_Main ul li p { font-size:18px;}
	.NyAboutusCulture_Main ul li span { height:48px; line-height:24px; font-size:14px;}
	
	.NyAboutus .NyAboutus_Honor { padding:40px 0 0;}
	.NyAboutusHonor_Bottom i { height:10px;}
	.NyAboutusHonor_Bottom p { height:40px;}
}
@media (max-width:1024px) {
	
}
@media (max-width:800px) {
	.NyAboutus .NyAboutus_Profile { padding:0 30px;}
	.NyAboutusProfile_Con p { line-height:26px!important;}
	
	.NyAboutus_DataImg .NyAboutus_Data { height:320px; padding:40px 20px;}
	.NyAboutus_Data ul li { margin:0 auto 30px;}
	.NyAboutus_Data ul li p { margin:0 auto 6px;}
	.NyAboutus_Data ul li p em{font-size:32px;}
	.NyAboutus_Data ul li p sub { font-size:13px;}
	.NyAboutus_Data ul li span { font-size:14px;}
	.NyAboutus_DataImg .NyAboutus_Img { width:74%; height:320px;}
	
	.NyAboutusCulture_Main ul li { padding:30px 15px;}
	.NyAboutusCulture_Main ul li i.AbLine { margin:10px auto 15px;}
	.NyAboutusCulture_Main ul li span { height:66px; line-height:22px; -webkit-line-clamp:3;}
	
	.NyAboutus_Honor .NyAboutusHonor_Main { padding:0 30px;}
	.NyAboutusHonor_Main .NyAboutusHonor_List { padding:0 0;}
	.NyAboutusHonor_List .swiper-container03{ min-height:200px;}
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height:200px;}
	.NyAboutusHonor_List .swiper-button-prev3, .NyAboutusHonor_List .swiper-button-next3 { display:none;}
}
@media (max-width:767px) {
	.NyAboutus .NyAboutus_Profile { margin:20px auto; padding:0 12px;}
	.NyTitle span { height:32px; line-height:32px; font-size:34px;}
	.NyTitle p { height:30px; line-height:30px; font-size:22px; margin:-15px auto 10px;}
	.NyTitle i { width:48px; height:2px;}
	
	.NyAboutusProfile_Con p { line-height:24px!important;}
	
	.NyAboutus_DataImg .NyAboutus_Data { width:100%; height:auto; margin:0 auto; padding:20px 5px; float:inherit;}
	.NyAboutus_Data ul li { width:33.333333%; margin:0; padding:0; float:left;}
	.NyAboutus_Data ul li p { height:30px; line-height:30px;margin:0 auto 5px; text-align:center;}
	.NyAboutus_Data ul li p sub { font-size:12px; margin:0 0 0 5px;}
	.NyAboutus_Data ul li span { font-size:12px; text-align:center;}
	.NyAboutus_DataImg .NyAboutus_Img { width:100%; height:230px; margin:0 auto; float:inherit;}
	
	.NyAboutus .NyAboutus_Culture { margin:20px auto;}
	.NyAboutusCulture_Main ul li { width:48.5%; height:auto; margin:0 3% 12px 0; padding:20px 12px; background-color:#f9f9f9;}
	.NyAboutusCulture_Main ul li:nth-child(4n+4) { margin:0 3% 12px 0;}
	.NyAboutusCulture_Main ul li:nth-child(2n+2) { margin:0 0 12px;}
	.NyAboutusCulture_Main ul li em { margin:0 auto 20px;}
	.NyAboutusCulture_Main ul li span { height:44px; line-height:22px; -webkit-line-clamp:2;}
	
	.NyAboutus .NyAboutus_Honor { padding:20px 0 0;}
	.NyAboutus_Honor .NyAboutusHonor_Main { padding:0 12px;}
	.NyAboutusHonor_Main .NyAboutusHonor_List { padding:0;}
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { padding:12px;}
	.NyAboutusHonor_List .swiper-button-prev3, .NyAboutusHonor_List .swiper-button-next3 { display:none;}
	.NyAboutusHonor_Main .NyAboutusHonor_Bottom { margin:10px auto 0;}
	.NyAboutusHonor_Bottom p { height:30px;}
}
@media (max-width:375px) {
	.NyAboutus_DataImg .NyAboutus_Img { height:200px;}
	.NyAboutusCulture_Main ul li span { height:66px; line-height:22px; -webkit-line-clamp:3;}
	
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height:180px;}
}
@media (max-width:320px) {
	.NyAboutus_DataImg .NyAboutus_Data { padding:20px 12px 0;}
	.NyAboutus_Data ul li { width:100%; margin:0 auto 20px; float:inherit;}
	.NyAboutus_DataImg .NyAboutus_Img { height:170px;}
	
	.NyAboutusCulture_Main ul li { width:100%; height:auto; margin:0 auto 12px; padding:20px 12px; background-color:#f9f9f9;}
	.NyAboutusCulture_Main ul li:nth-child(2n+2), .NyAboutusCulture_Main ul li:nth-child(4n+4) { margin:0 auto 12px;}
	.NyAboutusCulture_Main ul li span { height:44px; line-height:22px; -webkit-line-clamp:2;}
	
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height:160px;}
}
/*内页公司简介*/

/*内页底部*/
.ny_foot .ind_foot_mid{padding:17px 0!important;}
.ny_foot .ind_foot_mid_r img{padding:4px 4px;margin: 39px 0;}
.ny_foot .ind_foot_mid_r span{ height:196px;writing-mode: vertical-lr;letter-spacing: 5px; margin:0 auto;}
.ny_foot .ksdh{ margin:65px 0;}
@media screen and (max-width:1399px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {
.ny_foot .ind_foot_mid{ padding:0 0!important;}
.ny_foot .ind_foot_mid_r{ width:14%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.ny_foot .ksdh{ margin:0 0 30px;}
.ny_foot .ind_foot_top {padding: 40px 0 0px;}
.ny_foot .ind_foot_mid{ padding:40px 0!important;}
.ny_foot .ind_foot_mid_r{ width: 20%;float: none;margin: 0 auto;}
.ny_foot .ind_foot_mid_r img{ margin:0 auto;}
.ny_foot .ind_foot_mid_r span{ height:118px;}
}
@media screen and (max-width:767px) {
.ny_foot .ind_foot_mid_r{ width: 42%;float: none;margin: 0 auto;}
.ny_foot .ind_foot_mid_r img{ margin:0 auto;}
.ny_foot .ind_foot_mid_r span{ height:118px;}
}
/*内页底部*/

/*内页产品展示*/
.nym{ padding:70px 0;background: #fff;}
.nym .NyProDetail_Right{ float:left;}

.NyPro_Left { width:23.5%; height:auto; margin:0; padding:0; float:left;}
.nym .h_left{ border:1px solid #eee!important; padding:0 0;}

.ny_right{ width:72%;}
.ny_right .pro li{ width:31.3%;}
.ny_right .pro li:nth-child(3n){ margin-right:0!important;}
.ny_right .pro li:nth-child(4n){ margin-right:30px!important;}
.ny_right .pro li:nth-child(12n){ margin-right:0!important;}
.ny_right .pro li .cp_img{ background:#f9f9f9;}

#fengye{ margin:40px auto 0; color:#666; text-align:center;}
#fengye a{display:inline-block;border-radius:2px;color:#666;background-color:#fff;border: 1px solid #ddd;height:36px;width:70px;text-align:center;margin:0 0.5%;line-height:36px;}
#fengye a:hover{background:#004797; color:#fff;}
#fengye .p_input {display:inline-block;color:#666;background-color:#fff;border: 1px solid #ddd;text-align:center;border-radius:2px;outline:none;padding:2px 5px;margin:0 0.5%;cursor: default;}
#fengye input{display:inline-block;padding:0 5px;background-color:#004797;width:70px !important;height:36px !important;line-height:36px;text-align:center;margin:0 5px;color:#fff;cursor:pointer;border:0;outline:none; }

@media screen and (max-width:1399px) and (min-width:1200px) {
.ny_right .pro li{ width:30.9%;}

}
@media screen and (max-width:1199px) and (min-width:1080px) {
.ny_right .pro li{ width:30.6%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.nym{ padding:40px 0;}

.NyPro_Left{ width:100%;margin-bottom: 40px;}

.ny_right{ width:100%;}
.ny_right .pro li{ width:30.5%;}
.ny_right .pro li:nth-child(2n){ margin-right:30px;}
.ny_right .pro li:nth-child(3n){ margin-right:0;}
.ny_right .pro li:nth-child(6n){ margin-right:0;}
}
@media screen and (max-width:767px) {
.nym{ padding:40px 0;}

.NyPro_Left{ width:100%;margin-bottom: 20px;}

.ny_right{ width:100%;}
.ny_right .pro li{ width:100%;}

#fengye{ font-size: 0;}
#fengye a{ font-size:15px; margin-right:10px;}
#fengye .p_input{ display:none;}  /*输入框隐藏*/
#fengye input{ display:none;}   /*点击按钮隐藏*/
}
/*内页产品展示*/

/*产品列表页*/
.ckqb{ display: block; text-align:center; font-size:16px; color:#fff;background: linear-gradient(to right, #047ac5, #004797);height: 60px;line-height: 60px;margin-bottom: 10px;}
.ckqb:hover{background: linear-gradient(to right, #004797, #004797);}

.pro2 li { width:100%; height:auto; margin:0 auto 15px; padding:15px; background-color:#fff; border-bottom:1px solid #eee; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro2 li:hover { background-color:#0047a3;}
.pro2 li .NyProlist_Img { width:28.5%; height:200px; overflow:hidden; margin:0; padding:0; float:left;}
.pro2 li .NyProlist_Img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#f9f9f9;position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.pro2 li .NyProlist_Img a img { display:block; max-width:100%; max-height:100%; overflow:hidden; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.pro2 li:hover .NyProlist_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.pro2 li .NyProlist_Text { width:71.5%; height:auto; overflow:hidden; margin:0; padding:15px 15px 25px 30px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro2 li .NyProlist_Text .NyProlist_Name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.pro2 li .NyProlist_Text .NyProlist_Name a { display:block; width:100%; height:38px; overflow:hidden; line-height:38px; color:#333; font-size:20px; font-weight:bold; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.pro2 li:hover .NyProlist_Text .NyProlist_Name a { color:#fff;}
.pro2 li .NyProlist_Text .NyProlist_Ms { width:100%; height:auto; overflow:hidden; margin:10px auto 20px; padding:0;}
.pro2 li .NyProlist_Text .NyProlist_Ms p { width:100%; height:56px; overflow:hidden; line-height:28px; color:#999; font-size:16px; word-break:break-all; text-align:justify; margin:0 auto; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.pro2 li:hover .NyProlist_Text .NyProlist_Ms p { color:rgba(255,255,255,0.6);}
.pro2 li .NyProlist_Text .NyProlist_Tags { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.pro2 li .NyProlist_Text .NyProlist_Tags dl { width:80%; height:auto; margin:0; padding:0; float:left;}
.pro2 li .NyProlist_Text .NyProlist_Tags dl dd { display:block; width:31%; height:36px; overflow:hidden; line-height:36px; color:#999; font-size:14px; white-space:nowrap; text-overflow:ellipsis; margin:0 12px 0 0; padding:0 0 0 12px; position:relative; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro2 li .NyProlist_Text .NyProlist_Tags dl dd i { display:block; width:8px; height:8px; overflow:hidden; margin:0; padding:0; border:1px solid #0047a3; border-radius:50%; position:absolute; left:0; top:14px;}
.pro2 li:hover .NyProlist_Text .NyProlist_Tags dl dd { color:#fff;}
.pro2 li:hover .NyProlist_Text .NyProlist_Tags dl dd i { border:1px solid #fff;}
.pro2 li .NyProlist_Text .NyProlist_Tags a.NyProlist_More { display:block; width:20%; height:36px; line-height:36px; color:#fff; font-size:14px; text-align:center; margin:0; padding:0; background-color:#0047a3; border-radius:18px; float:right; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.pro2 li:hover .NyProlist_Text .NyProlist_Tags a.NyProlist_More { color:#0047a3; background-color:#fff;}
@media screen and (max-width:1399px) and (min-width:1200px) {
.pro2 li .NyProlist_Text .NyProlist_Tags dl dd{ width:40%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.pro2 li{ padding:15px 0 15px 15px;}
.pro2 li .NyProlist_Text { padding:5px 15px 5px 30px;}
.pro2 li .NyProlist_Text .NyProlist_Name a { height:32px; line-height:32px; font-size:18px;}
.pro2 li .NyProlist_Text .NyProlist_Tags dl dd{ width:42%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.pro2 li { margin:0 auto 10px; padding:10px;}
.pro2 li .NyProlist_Text { padding:6px 10px 6px 20px;}
.pro2 li .NyProlist_Text .NyProlist_Ms p { height:48px; line-height:24px; font-size:14px;}
.pro2 li .NyProlist_Text .NyProlist_Tags dl dd{ width:42%;}
}
@media screen and (max-width:767px) {
.ckqb{ height:50px; line-height:50px;}

.pro2 li .NyProlist_Img { width:100%; height:250px; margin:0 auto; padding:0; float:inherit;}
.pro2 li .NyProlist_Text { width:100%; margin:0 auto; padding:10px; float:inherit;}
.pro2 li .NyProlist_Text .NyProlist_Tags dl{ width:100%;}
.pro2 li .NyProlist_Text .NyProlist_Tags dl dd { width:100%; max-width:inherit; margin:0 auto; float:inherit;}
.pro2 li .NyProlist_Text .NyProlist_Tags a.NyProlist_More{ width:100%; margin-top:10px;}
}
/*产品列表页*/

/*产品详情页*/
.cp_detail_top{ padding:80px 0;}

/**产品详情页产品图片切换**/
.NyProDetail { width:1400px; height:auto; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail .NyProDetail_Main { width:100%; height:auto; margin:60px auto; padding:20px; background-color:#f9f9f9; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Main .NyProDetail_Img { width:40.5%; height:auto; margin:0; padding:0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:98px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:88px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:88px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li { float:left; display:inline; padding:0; width:23.5%; height:88px; margin:0 2% 0 0;}
#spec-list ul li:nth-child(4) { display:inline; margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:92%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:382px; overflow:hidden; padding:0; background-color:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:102%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}

.NyProDetail_Main .NyProDetail_Text { width:59.5%; height:auto; margin:0; padding:20px 0 20px 40px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Text .NyProDetail_Name { width:100%; height:auto; min-height:40px; max-height:80px; overflow:hidden; line-height:40px; color:#333; font-size:28px; font-weight:bold; word-break:break-all; position:relative; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin:0 auto 20px; padding:0 0 0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Text .NyProDetail_Name i { display:block; width:4px; height:28px; margin:0; padding:0; background-color:#004797; position:absolute; left:4px; top:7px;}
.NyProDetail_Text .NyProDetail_Ms { width:100%; height:auto; overflow:hidden; margin:20px auto 19px; padding:15px 20px; background-color:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Text .NyProDetail_Ms p { width:100%; height:90px; overflow:hidden; line-height:30px; color:#999; font-size:16px; word-break:break-all; text-align:justify; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:3; -webkit-box-orient:vertical; margin:0 auto; padding:0;}
.NyProDetail_Text .NyProDetail_Ms p span { color:#333; font-weight:bold;}
.NyProDetail_Text .NyProDetail_Tags { width:100%; height:auto; margin:0 auto; padding:0;}
.NyProDetail_Tags dl dd { width:50%; height:auto; margin:0; padding:15px 0; float:left;}
.NyProDetail_Tags dl dd:nth-child(1), .NyProDetail_Tags dl dd:nth-child(2) { border-bottom:1px solid #e5e5e5;}
.NyProDetail_Tags dl dd p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:16px; white-space:nowrap; text-overflow:ellipsis; margin:0; padding:0 10px 0 30px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Tags dl dd p img { display:block; width:22px; height:22px; margin:0; padding:0; position:absolute; left:0; top:9px;}
.NyProDetail_Tags dl dd p span { color:#333;}
.NyProDetail_Text .NyProDetail_Btm { width:100%; height:80px; overflow:hidden; margin:20px auto 0; padding:16px 30px; background-color:#004797; border-radius:20px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Btm .NyProDetail_Tel { width:74%; height:48px; overflow:hidden; margin:0; padding:0 20px 0 64px; border-right:1px solid rgba(255,255,255,0.2); float:left; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Btm .NyProDetail_Tel em.ico1{ display:block; width:48px; height:48px;background:#fff url(../images/ProIco5.png); border-radius:50%; margin:0; padding:0; position:absolute; left:0; top:0;}
.NyProDetail_Btm .NyProDetail_Tel span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:rgba(255,255,255,0.5); font-size:16px; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0;}
.NyProDetail_Btm .NyProDetail_Tel p { width:100%; height:26px; overflow:hidden; line-height:26px; color:#fff; font-size:24px; font-weight:bold; word-break:break-all; white-space:nowrap; text-overflow:ellipsis; margin:2px auto 0; padding:0;}
.NyProDetail_Btm a.NyProDetail_Btn { display:block; width:19%; height:48px; overflow:hidden; line-height:48px; color:#fff; font-size:16px; text-align:right; margin:0; padding:0; float:right;}
.NyProDetail_Btm a.NyProDetail_Btn em.ico2{ display:block; width:48px; height:48px;background:#fff url(../images/ProIco6.png);border-radius:50%; margin:0 0 0 20px; padding:0; float:right;}
.NyProDetail_Btm a.NyProDetail_Btn em.ico2:hover{background:#023671 url(../images/ProIco6a.png);}

.NyProDetail .NyProDetail_Content { width:100%; height:auto; margin:60px auto; padding:0;}
.NyProDetail_Right { width:23.5%; height:auto; margin:0; padding:0; float:right;}
.NyProDetail_Left { width:76.5%; height:auto; margin:0; padding:0 40px 0 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Left .NyProDetail_Con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyProDetail_Con .NyProDetail_Tit { width:100%; height:auto; margin:0 auto 30px; padding:0; border-top:1px solid #e6e6e6;}
.NyProDetail_Con .NyProDetail_Tit span { display:inline-block; width:auto; height:44px; overflow:hidden; line-height:44px; color:#fff; font-size:18px; font-weight:bold; margin:0; padding:0 30px; background-color:#004797; border-radius:0 0 22px;}

.NyProDetail_Con .ProDetailText { width:100%; overflow:hidden; line-height: 30px; color: #666; font-size: 16px; margin:0 auto 30px; padding:0;}
.ProDetailText div, .ProDetailText p { margin:0 auto 30px;}
.ProDetailText br { display:none;}
.ProDetailText img, .ProDetailText table, .ProDetailText tr, .ProDetailText td, .ProDetailText p, .ProDetailText span, .ProDetailText div, .ProDetailText video, .ProDetailText embed { width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%; line-height: 30px; color: #666; font-size: 16px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all; text-align:justify;}
.ProDetailText p span, .ProDetailText span, .ProDetailText p em, .ProDetailText em { color:#666!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:16px!important;}
.ProDetailText b { display:block; line-height: 30px; color: #666; font-size: 16px; font-weight:bold; margin:0 0 5px;}
.ProDetailText table tr td p { text-indent:0!important;}
.ProDetailText img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

/*产品分类 开始*/
.h_left { width:100%; overflow:hidden; background-color:#fff; margin:0 auto; padding:0 0; border:1px solid #eee; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyPro_Left .h_left, .NyProlist_Left .h_left { border-top:0;}
.cp_type {}
.cp_type .hd {width:100%;height:auto;margin:0 auto 20px;padding: 50px 30px 0;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;background: url(../images/ml_quan.png) no-repeat  46px 22px;}
.cp_type .hd p {width:100%;height:44px;line-height:32px;color:#333;font-size:28px;font-weight:bold;margin: 0 auto 8px;padding: 0 0 12px;border-bottom: 1px solid #eee;}
.cp_type .hd p img {display:block;width:34px;height:29px;padding:0;float: right;}
.cp_type .hd span {display:block;height:24px;line-height:24px;color: #999;font-size: 15px;letter-spacing:3px;}
.cp_type .hd i { display:none;}

.cp_type .bd { padding:0 0 10px;}
.cp_type .bd ul li { background-color:#fff; padding:0 29px; border-bottom:0px solid #eee; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.cp_type .bd ul li.on { padding:15px 29px; background-color:#f9f9f9; border-bottom:1px solid #eee;}
.cp_type .bd ul li p { height:40px; line-height:40px; padding:15px 40px 50px 0; border-bottom:1px solid #eee; position:relative;}
.cp_type .bd ul li:last-child p {}
.cp_type .bd ul li p a { display:block; width:100%; padding:0; overflow: hidden; line-height:40px; color:#333; font-size:16px; font-weight:bold; white-space:nowrap; text-overflow: ellipsis; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.cp_type .bd ul li p span { display:block; width:40px; height:100%; background:url(../images/mulu0.png) center center no-repeat; cursor:pointer; position:absolute; top:0; right:0;}
.cp_type .bd ul li div { display:none;}
.cp_type .bd ul li div a { display:block; height:32px; line-height:32px; color:#999; font-size:14px; border-top:0px solid #eaeaea; padding:0 0 0 26px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background:url(../images/ml_ico1.png) no-repeat 10px center;}
.cp_type .bd ul li div a:first-child { border-top:0;}
.cp_type .bd ul li div a i { display:block; width:4px; height:4px; margin:13px 6px 13px 0; padding:0; border:1px solid #999; border-radius:50%; float:left;}
.cp_type .bd ul li div a:hover i { border:1px solid #004797;}
.cp_type .bd ul li.on p { padding:0 40px 0 0; border-bottom:1px solid #f9f9f9;}
.cp_type .bd ul li p:hover a, .cp_type .bd ul li.on p a { color:#004797;}
.cp_type .bd ul li p:hover span { background:url(../images/mulu1.png) center center no-repeat;}
.cp_type .bd ul li.on p span { background:url(../images/mulu2.png) center center no-repeat;}
.cp_type .bd ul li div a:hover { color:#004797;background:url(../images/ml_ico2.png) no-repeat 10px center;}
.cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:92%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.cp_type .bd ul a.ckqb:hover { background:#004797; color:#fff;}

.ProAll { width:100%; height:auto; margin:10px auto 0; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ProAll a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; font-weight:bold; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 29px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ProAll a i { display:block; width:40px; height:40px; margin:0; padding:0; background:url(../images/mulu0.png) center center no-repeat; position:absolute; top:0; right:29px;}
.ProAll a:hover { color:#004797;}
.ProAll a:hover i { background:url(../images/mulu1.png) center center no-repeat;}
/*产品分类 开始*/

.NyPro_PrevNext { width:100%; height:auto; margin:0 auto; padding:7px 30px; background-color:#004797; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyPro_PrevNext p { width:42%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; white-space:nowrap; text-overflow:ellipsis; margin:0; padding:0; position:relative; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyPro_PrevNext p a { line-height:40px; color:#fff; font-size:16px;}
.NyPro_PrevNext p.NyProPrev { padding:0 0 0 30px;}
.NyPro_PrevNext p.NyProNext { padding:0 30px 0 0; text-align:right;}
.NyPro_PrevNext p img { display:block; width:20px; height:20px; margin:0; padding:0; position:absolute; top:10px;}
.NyPro_PrevNext p.NyProPrev img { left:0;}
.NyPro_PrevNext p.NyProNext img { right:0;}
.NyPro_PrevNext a.NyProAll { display:block; width:16%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; text-align:center; margin:0; padding:0; float:left;}
.NyPro_PrevNext a.NyProAll img { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-2px 10px 0 0; padding:0;}

/*相关文章 开始*/
.NyXgwz { width:100%; overflow:hidden; background-color:#fff; margin:50px auto 0; padding:0 0; border:1px solid #eee;box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyXgwz .NyXgwz_Title {width:100%;height:auto;margin:0 auto 20px;padding: 50px 30px 0;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;background: url(../images/ml_quan.png) no-repeat  46px 22px;}
.NyXgwz_Title p { width:100%; height:44px; line-height:32px; color:#333; font-size:28px; font-weight:bold;margin: 0 auto 8px;padding: 0 0 12px;border-bottom: 1px solid #eee;}
.NyXgwz_Title p img { display:block;width:34px;height:29px;padding:0;float: right;}
.NyXgwz_Title span {display:block;height:24px;line-height:24px;color: #999;font-size: 15px;letter-spacing: 8px;}

.NyXgwz .NyXgwz_List { width:100%; height:auto; min-height:200px; margin:0 auto; padding:0 29px; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyXgwz_List dl dd { width:100%; height:auto; margin:0 auto; padding:10px 0; border-top:1px solid #eee;}
.NyXgwz_List dl dd a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 40px 0 0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyXgwz_List dl dd a i { display:block; width:40px; height:40px; margin:0; padding:0; background:url(../images/mulu0.png) center center no-repeat; position:absolute; top:0; right:0;}
.NyXgwz_List dl dd a:hover { color:#004797;}
.NyXgwz_List dl dd a:hover i { background:url(../images/mulu1.png) center center no-repeat;}

/*相关文章 结束*/

.NyProDetail_Order { width:100%; height:auto; overflow:hidden; margin:0 auto 60px; padding:40px 40px 15px; background:#f2f2f2 url(../images/xs.png) left top no-repeat; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Order .NyProOrder_Main { width:100%; height:auto; margin:0 auto; padding:0; position:relative;}
.NyProOrder_Main .NyProOrder_Left { width:22%; height:auto; margin:0; padding:40px; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProOrder_Left .NyProOrder_Title { width:100%; height:auto; margin:0 auto 40px; padding:0;}
.NyProOrder_Title p { width:100%; height:auto; overflow:hidden; line-height:40px; color:#333; font-size:30px; font-weight:bold; margin:0 auto; padding:0;}
.NyProOrder_Title i { display:block; width:36px; height:4px; margin:10px 0 15px; padding:0; background-color:#004797;}
.NyProOrder_Title span { display:block; width:100%; height:auto; overflow:hidden; line-height:30px; color:#333; font-size:18px; font-weight:bold; margin:0 auto; padding:0;}
.NyProOrder_Left .NyProOrder_Img { width:152px; height:152px; overflow:hidden; margin:0 auto; padding:0; border:6px solid #004797; border-radius:50%; background-color:#fff; position:relative;}
.NyProOrder_Img img { display:block; width:100%; height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}

.NyProOrder_Main .NyProOrder_Right { width:78%; height:auto; margin:0; padding:0 40px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProOrder_Right #ly_msg.ly_msg { width:100%!important; height:auto!important; margin:0 auto!important; padding:0!important;}
.NyProOrder_Right #ly_msg.ly_msg h3 { display:none!important;}
.NyProOrder_Right #ly_msg.ly_msg ul { width:100%!important; overflow:hidden!important; margin:0 auto!important; padding:0!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li h4, .NyProOrder_Right #ly_msg.ly_msg ul li h4.xh { display:none!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li { width:100%!important; height:auto!important; overflow:hidden!important; line-height:inherit!important; color:inherit!important; font-size:inherit!important; margin:0 0 25px!important; padding:0!important; clear:inherit!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width:48%!important; margin:0 4% 25px 0!important; float:left!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width:48%!important; float:right!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li:last-child { margin:25px auto 0!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt1, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_tara { width:100%!important; height:auto!important; margin:0!important; padding:0!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { display:block!important; width:100%!important; height:60px!important; line-height:60px; color:#aaa!important; font-size:16px!important; margin:0!important; padding:0 20px!important; background-color:#fff!important; border:0!important; outline:none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyProOrder_Right #ly_msg.ly_msg ul li .c_yzm { width:auto; margin:0 10px 0 0!important; padding:0!important; float:left!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:240px!important; margin:0 10px 0 0!important; float:left!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li a.yzm_img { display:block!important; width:120px!important; height:40px!important; margin:10px 0!important; padding:0!important; float:left!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height:60px!important; color:#999!important; font-size:16px!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { display:block!important; width:100%!important; height:150px!important; line-height:30px; color:#999; font-size:16px!important; margin:0!important; padding:15px 20px!important; background-color:#fff!important; border:0!important; outline:none!important; resize:none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_btn { width:200px!important; height:auto!important; overflow:hidden!important; margin:0!important; padding:0!important; float:inherit!important; position:absolute; left:40px; bottom:45px;}
.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input { width:200px!important; height:60px!important; overflow:hidden!important; line-height:60px!important; color:#fff!important; font-size:16px!important; text-align:center!important; background-color:#333!important; margin:0 0 20px 0!important; padding:0!important; border:none!important; cursor:pointer!important;}
.NyProOrder_Right #ly_msg.ly_msg .msg_btn input:hover { background-color:#004797!important;}
.NyProOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { background-color:#004797!important;}
.NyProOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1:hover { background-color:#023671!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 { width:100%!important;}

@media (max-width:1680px) {
	
}
@media (max-width:1600px) {
	
}
@media (max-width:1560px) {
	.NyProDetail { width:100%; padding:0 60px;}
}
@media (max-width:1440px) {
	.NyProDetail { padding:0 40px;}
}
@media (max-width:1366px) {
	.NyProDetail_Main .NyProDetail_Img { width:42%;}
	.NyProDetail_Main .NyProDetail_Text { width:58%;}
	.NyProDetail_Text .NyProDetail_Name { font-size:26px;}
	.NyProDetail_Text .NyProDetail_Ms p { font-size:15px;}
	.NyProDetail_Tags dl dd p { font-size:15px;}
	.NyProDetail_Btm .NyProDetail_Tel span { font-size:14px;}
	
	.NyProDetail_Con .ProDetailText { width:100%; overflow:hidden; line-height: 30px; color: #666; font-size: 15px; margin:0 auto 30px; padding:0;}
	.ProDetailText div, .ProDetailText p { margin:0 auto 30px;}
	.ProDetailText img, .ProDetailText table, .ProDetailText tr, .ProDetailText td, .ProDetailText p, .ProDetailText span, .ProDetailText div, .ProDetailText video, .ProDetailText embed { width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%; line-height: 30px; color: #666; font-size: 15px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all; text-align:justify;}
	.ProDetailText p span, .ProDetailText span, .ProDetailText p em, .ProDetailText em { color:#666!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
	.ProDetailText b { display:block; line-height: 30px; color: #666; font-size: 15px; font-weight:bold; margin:0 0 5px;}
	
	.NyPro_PrevNext p, .NyPro_PrevNext p a { font-size:15px;}
	.NyPro_PrevNext a.NyProAll { font-size:15px;}
}
@media (max-width:1280px) {
	.NyProDetail_Main .NyProDetail_Img { width:45%;}
	.NyProDetail_Main .NyProDetail_Text { width:55%;}
	.NyProDetail_Btm .NyProDetail_Tel { width:70%;}
	.NyProDetail_Btm a.NyProDetail_Btn { width:27%;}
	
	.NyProOrder_Main .NyProOrder_Left { padding:20px;}
	.NyProOrder_Main .NyProOrder_Right { padding:0 20px;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { height:50px!important; line-height:50px!important; font-size:15px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { height:145px!important; line-height:25px; font-size:15px!important; padding:10px 20px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li a.yzm_img { margin:5px 0!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { font-size:15px!important; line-height:50px!important;}
	.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input { height:50px!important; line-height:50px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_btn { left:20px;}
	
	
}
@media (max-width:1200px) {
	.cp_type .hd span{letter-spacing: 0;}
	.NyXgwz_Title span{letter-spacing:3px;}
	.NyXgwz_List dl dd a{ padding:0 0;}
	.NyXgwz_List dl dd a i{background: none;}
	.NyXgwz_List dl dd a:hover i{background: none;}
	
	.NyProDetail_Order { padding:30px 30px 5px;}
	#ly_msg.ly_msg ul li .msg_ipt1, #ly_msg.ly_msg ul li .msg_ipt12, #ly_msg.ly_msg ul li .msg_tara, #ly_msg.ly_msg ul li .msg_ipt2{ width:100%!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2{width:100%!important;padding:0!important;float:inherit!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm {width: auto!important;float: left!important;}
}
@media (max-width:1080px) {
	.cp_type .hd span{ font-size:14px;letter-spacing: 0;}
	.NyXgwz_Title span{letter-spacing:0;}
	
	.NyProDetail .NyProDetail_Main { margin:40px auto;}
	.NyProDetail .NyProDetail_Content { margin:40px auto;}
	.NyProDetail_Con .NyProDetail_Tit { margin:0 auto 20px;}
	.NyProDetail_Con .ProDetailText { margin:0 auto 20px;}
	.ProDetailText div, .ProDetailText p { margin:0 auto 20px;}
	.NyProDetail_Btm a.NyProDetail_Btn {}
	
	.cp_type .hd{padding: 0 24px;}
	
	.NyXgwz_List dl dd a{ padding:0 0;}
	.NyXgwz_List dl dd a i{background: none;}
	.NyXgwz_List dl dd a:hover i{background: none;}
	
	.NyProDetail_Order { margin:0 auto 40px; padding:20px 20px 0;}
	.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input { width: 160px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .c_yzm { height:50px;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:180px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display:block; width:100%; line-height:30px!important; font-size:14px!important; margin:10px auto 0;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { font-size:14px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { font-size:14px!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2{width:100%!important;padding:0!important;float:inherit!important;}
}
@media (max-width:1024px) {
	
}
@media (max-width:800px) {
	.NyProDetail { padding: 0 30px;}
	.NyProDetail_Main .NyProDetail_Img { width:100%; margin:0 auto 20px; padding:0; float:inherit;}
	.jqzoom { height:440px;}
	.NyProDetail_Main .NyProDetail_Text { width:100%; margin:0 auto; padding:0; float:inherit;}
	.NyProDetail_Text .NyProDetail_Ms { margin:20px auto 0;}
	.NyProDetail_Text .NyProDetail_Btm { margin:0 auto;}
	.NyProDetail_Text .NyProDetail_Name { font-size:24px;}
	
	.NyProDetail_Right { width:100%; margin:0 auto 40px; padding:0; float:inherit;}
	.NyProDetail_Left { width:100%; margin:0 auto; padding:0; float:inherit;}
	.zoomdiv{ display:none!important;}
	
	.h_left { padding:10px 0 0!important; margin-bottom:20px;}	
	.cp_type { margin:0;}
	.cp_type .hd { height:40px; margin:0 auto 10px; padding:0 19px; position:relative; background:none;}
	.cp_type .hd p:before { display:none;}
	.cp_type .hd p { width:auto; height:40px; line-height:40px; font-size:22px; margin:0 20px 0 0; float:left; border:none;}
	.cp_type .hd p img { float:left; width:auto; height: 24px;margin: 8px 5px 0 0;}
	.cp_type .hd span { display:none;}
	.cp_type .hd i { display:block; width:40px; height:40px; margin:0; padding:0; background:rgba(0,71,151,0.06) url(../images/mulu1.png) center center no-repeat; position:absolute; top:0; right:20px;}
	.cp_type .hd.on i { background:rgba(0,71,151,0.06) url(../images/mulu2.png) center center no-repeat;}
	.cp_type .bd ul li { padding:0 20px;}
	.cp_type .bd ul li.on { padding:10px 20px;}
	.cp_type .bd ul li div a {}
	.cp_type .bd { display:none;}
	
	.NyXgwz {margin: 30px auto 0; padding:10px 0 0;border: 1px solid #eee!important;}
	.NyXgwz .NyXgwz_Title { height:40px; margin:0 auto 10px; padding:0 19px; background:none;}
	.NyXgwz_Title p { width:auto; height:40px; line-height:40px; font-size:22px; margin:0 20px 0 0; float:left;border:none;}
	.NyXgwz_Title p img {float:left; width:auto; height: 24px;margin: 8px 5px 0 0;}
	.NyXgwz_Title span {  display:none;}
	.NyXgwz .NyXgwz_List { padding:0 19px; min-height:inherit;}
	
	.NyProDetail_Order { padding:10px 10px 0;}
	.NyProOrder_Main .NyProOrder_Left { width:100%; margin:0 auto; padding:20px; float:inherit; position:relative;}
	.NyProOrder_Left .NyProOrder_Title { margin:0 auto;}
	.NyProOrder_Left .NyProOrder_Img { width:100px; height:100px; border:3px solid #004797; position:absolute; top:20px; right:20px;}
	.NyProOrder_Main .NyProOrder_Right { width:100%; margin:0 auto; padding:20px 20px 10px; float:inherit;}
	
	.NyProOrder_Right #ly_msg.ly_msg ul li:last-child { margin:20px auto!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_btn { width:100%!important; position:inherit; left:inherit; bottom:inherit;}
	.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input { margin:0 20px 0 0!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:160px!important;}
}
@media (max-width:767px) {
	.NyProDetail { padding: 0 12px;}
	.NyProDetail .NyProDetail_Main { margin:20px auto; padding:12px;}
	.NyProDetail .NyProDetail_Content { margin:20px auto;}
	.NyProDetail_Con .NyProDetail_Tit { margin:0 auto 20px;}
	.NyProDetail_Con .ProDetailText { margin:0 auto 10px;}
	.ProDetailText div, .ProDetailText p { margin:0 auto 10px;}
	.jqzoom { height:280px;}
	#spec-n5 { height:82px;}
	#spec-list ul li { height:72px;}
	.NyProDetail_Text .NyProDetail_Name { min-height:32px; max-height:64px; line-height:32px; font-size:22px;}
	.NyProDetail_Text .NyProDetail_Name i { height:22px; top:5px;}
	.NyProDetail_Text .NyProDetail_Ms { padding:8px 12px;}
	.NyProDetail_Text .NyProDetail_Ms p { height:auto; max-height:72px; line-height:24px; font-size:14px;}
	.NyProDetail_Text .NyProDetail_Tags { margin:12px auto;}
	.NyProDetail_Tags dl dd { width:100%; margin:0 auto; padding:0; float:inherit; border-bottom:1px solid #e5e5e5;}
	.NyProDetail_Tags dl dd:nth-child(4) { border:0;}
	.NyProDetail_Tags dl dd p { font-size:14px;}
	.NyProDetail_Text .NyProDetail_Btm { height:auto; padding:12px;}
	.NyProDetail_Btm .NyProDetail_Tel { width:100%; height:auto; margin:0 auto; padding:0 0 0 60px; border-right:0;}
	.NyProDetail_Btm a.NyProDetail_Btn { display:none; width:100%; height:auto; font-size:20px; font-weight:bold; margin:0 auto; padding:20px 0 0; text-align:left; float:inherit; border-top:1px solid rgba(255,255,255,0.2); float:inherit;}
	.NyProDetail_Btm a.NyProDetail_Btn img {}
	
	.cp_type .hd p { margin:0 10px 0 0; font-size:20px;}
	.cp_type .hd span { width: 80%; height: 32px; line-height: 16px; padding: 4px 0;}
	.NyXgwz_Title p { margin:0 10px 0 0; font-size:20px;}
	
	.NyProDetail_Content .NyProDetail_Right { margin:0 auto 20px;}
	.NyPro_PrevNext { padding:7px 20px;}
	.NyPro_PrevNext p { width:100%; font-size:14px; text-align:left; padding:0;}
	.NyPro_PrevNext p.NyProNext { text-align:left; padding:0 0 0 30px;}
	.NyPro_PrevNext p.NyProNext img { right: inherit; left:0;}
	.NyPro_PrevNext a.NyProAll { width:100%; font-size:14px; text-align:left;}
	
	.NyProDetail_Order { margin:0 auto 20px; padding:12px;}
	.NyProOrder_Main .NyProOrder_Left { padding:0; margin:0 auto 20px;}
	.NyProOrder_Title p { line-height:36px; font-size:26px;}
	.NyProOrder_Title i { height:3px; margin:7px 0 10px;}
	.NyProOrder_Title span { line-height:24px; font-size:16px;}
	.NyProOrder_Left .NyProOrder_Img { width:74px; height:74px; top:0; right:0;}
	.NyProOrder_Main .NyProOrder_Right { padding:0;}
	.NyProOrder_Right #ly_msg.ly_msg ul li { margin:0 auto 20px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width: 100%!important; margin: 0 auto 20px!important; float: inherit!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width: 100%!important; margin: 0 auto 20px!important; float: inherit!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:160px!important;}
	.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input { width:48%!important; margin:0!important;}
	.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { margin: 0 4% 0 0!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height: 24px!important; font-size: 14px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { font-size:14px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { font-size:14px!important; height: 140px!important; line-height: 24px;}
	.NyProOrder_Right #ly_msg.ly_msg ul li:last-child { margin: 20px auto 0!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .c_yzm { width:100%!important; float:inherit!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 { padding:0!important;}
}
@media (max-width:375px) {
	.jqzoom { height:260px;}
	#spec-n5 { height:76px;}
	#spec-list ul li { height:64px;}
}
@media (max-width:320px) {
	.jqzoom { height:220px;}
	#spec-n5 { height:64px;}
	#spec-list ul li { height:54px;}
	
	.NyProDetail_Btm .NyProDetail_Tel img { position:inherit; left:inherit; top:inherit; margin:0 auto 10px;}
	.NyProDetail_Btm .NyProDetail_Tel span, .NyProDetail_Btm .NyProDetail_Tel p { text-align:center;}
	
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width: 130px!important;}
}
/*产品详情介绍*/

/*产品详情页*/

/*内页新闻中心*/
.ny_new{ min-height:600px;}
.ny_new .w1400{border-top: 1px solid #e5e5e5;}
.ny_new ul li { width:100%; height:auto; margin:0 auto; padding:40px 0; border-bottom:1px solid #e5e5e5;}
.ny_new ul li .NyNews_Time { width:14.5%; height:auto; margin:0; padding:0; float:left;}
.ny_new ul li .NyNews_Time span { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"RobotoBold"; font-size:18px;font-weight:bold; margin:0 auto; padding:0;}
.ny_new ul li .NyNews_Time span img { display:inline-block; width:15px; height:15px; vertical-align:middle; margin:-4px 6px 0 0;}
.ny_new ul li .NyNews_Time p { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#333; font-family:"RobotoBold"; font-size:60px; font-weight:bold; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ny_new ul li:hover .NyNews_Time p { color:#004797;}

.ny_new ul li .NyNews_Text { width:85.5%; height:auto; margin:0; padding:0; float:right;}
.ny_new ul li .NyNews_Text a.NyNews_Name { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:24px; white-space:nowrap; text-overflow:ellipsis; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ny_new ul li:hover .NyNews_Text a.NyNews_Name { color:#004797;}
.ny_new ul li .NyNews_Text p { width:100%; height:auto; max-height:60px; overflow:hidden; line-height:30px; color:#999; font-size:16px; word-break:break-all; text-align:justify; margin:10px auto 20px; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.ny_new ul li .NyNews_Text a.NyNews_More { display:block; width:auto; height:30px; line-height:30px; color:#999; font-size:16px; margin:0; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ny_new ul li .NyNews_Text a.NyNews_More i { display:inline-block; width:16px; height:14px; vertical-align:middle; margin:-2px 0 0 10px; background: url(../images/jt13.png) center center no-repeat; background-size:100% 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ny_new ul li:hover .NyNews_Text a.NyNews_More { color:#004797;}
.ny_new ul li:hover .NyNews_Text a.NyNews_More i { margin:-2px 0 0 20px; background: url(../images/jt16.png) center center no-repeat; background-size:100% 100%;}
@media screen and (max-width:1399px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {
.ny_new ul li { padding:20px 0;}
.ny_new ul li .NyNews_Time { width:16%;}
.ny_new ul li .NyNews_Time p { font-size:48px;}
.ny_new ul li .NyNews_Text { width:84%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.ny_new ul li { padding:15px 0;}
.ny_new ul li .NyNews_Time { width:20%;}
.ny_new ul li .NyNews_Time p { height:50px; line-height:50px; font-size:44px;}
.ny_new ul li .NyNews_Text { width:80%;}
.ny_new ul li .NyNews_Text a.NyNews_Name { font-size:18px;}
.ny_new ul li .NyNews_Text p { max-height:48px; line-height:24px; font-size:14px; margin:5px auto 10px;}
.ny_new ul li .NyNews_Text a.NyNews_More { font-size:14px;}
}
@media screen and (max-width:767px) {
.ny_new ul li { padding:12px 0;}
.ny_new ul li .NyNews_Time { width:100%; height:auto; margin:0 auto 5px; float:inherit;}
.ny_new ul li .NyNews_Time span { width:auto; height:30px; line-height:30px; font-size:14px; margin:0 10px 0 0; float:left;}
.ny_new ul li .NyNews_Time p { width:auto; height:30px; line-height:30px; font-size:18px; text-indent:0;}
.ny_new ul li .NyNews_Text { width:100%; margin:0 auto; float:inherit;}
.ny_new ul li .NyNews_Text a.NyNews_Name { height:30px; line-height:30px; font-size:16px;}
.ny_new ul li .NyNews_Text p{ font-size:14px; line-height:20px; margin:5px auto;}
}
/*内页新闻中心*/ 

/*新闻详情页*/
.new_detil{ padding:70px 0 0;}
.new_detil .w1400{position:relative;}
.new_detil .nyNewsDetail_Title { width:100%; height:auto; margin:0 auto 20px; padding:0;}
.nyNewsDetail_Title h1 { width:100%; height:auto; line-height:50px; color:#333; font-size:30px;margin:0 auto; padding:0 150px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.new_detil .nyNewsDetail_Tips { width:100%; height:auto; overflow:hidden; line-height:30px; color:#999; font-size:16px; margin:0 auto 30px; padding:0 0 15px; border-bottom:1px solid #e6e6e6;}
.nyNewsDetail_Tips span { display:inline-block; height:30px; line-height:30px; color:#999; font-size:16px; margin:0 40px 0 0; padding:0;}
.nyNewsDetail_Tips span img { display:block; width:16px; height:16px; margin:7px 7px 7px 0; padding:0; float:left;}
.nyNewsDetail_Con { width:100%; height:auto; overflow:hidden; line-height:28px!important; color:#666!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:16px!important; word-break:break-all; text-align:justify; margin:0 auto; padding:0;}
.nyNewsDetail_Con div, .nyNewsDetail_Con p, .nyNewsDetail_Con span, .nyNewsDetail_Con font, .nyNewsDetail_Con em { width:100%; height:auto; overflow:hidden; line-height:28px!important; color:#666!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:16px!important; font-style:normal; word-break:break-all; text-align:justify; margin:0 auto; padding:0;}
.nyNewsDetail_Con div, .nyNewsDetail_Con p { margin:0 auto 20px;}
.nyNewsDetail_Con img { display:inline-block; width:auto!important; max-width:100%!important; height:auto!important; margin:0 0 20px;}

.new_detil a.ReturnBtn { display:block; width:140px; height:40px; overflow:hidden; line-height:40px; color:#777; font-size:16px; text-align:center; background-color:#fff; border:1px solid #e5e5e5; border-radius:21px; position:absolute; top:0; right:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.new_detil a.ReturnBtn i { display:inline-block; width:18px; height:18px; vertical-align:middle; margin:-2px 6px 0 0; padding:0; background:url(../images/ico4.png) center center no-repeat; background-size:18px 18px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.new_detil a.ReturnBtn:hover { color:#fff; background-color:#004797; border:1px solid #004797;}
.new_detil a.ReturnBtn:hover i { background:url(../images/ico5.png) center center no-repeat; background-size:18px 18px;}

.nyPrevNext { width:100%; height:auto; margin:40px auto 0; padding:0;}
.nyPrevNext ul li{ width:50%; background:#f5f5f5; text-align:center;color:#666; font-size: 18px;line-height:100px;}
.nyPrevNext ul li:nth-child(1){padding:0 0 0 284px;}
.nyPrevNext ul li:nth-child(2){padding:0 284px 0 0;}
.nyPrevNext ul li span{display:inline-block; width:30px; height:30px; vertical-align:middle;font-size:0;}
.nyPrevNext ul li span a{ display:block; width:100%; height:100%;}
.nyPrevNext ul li:nth-child(1) span{background:url(../images/jt17.png) left center no-repeat;margin: 0 10px 0 0;}
.nyPrevNext ul li:nth-child(2) span{background:url(../images/jt14.png) right center no-repeat;margin: 0 0 0 10px;}
.nyPrevNext ul li:hover{ background:#004797;color:#fff;}
.nyPrevNext ul li:nth-child(1):hover span{background:url(../images/jt18.png) left center no-repeat;}
.nyPrevNext ul li:nth-child(2):hover span{background:url(../images/jt15.png) right center no-repeat;}
@media screen and (max-width:1399px) and (min-width:1200px) {
.nyPrevNext ul li{ padding:0 0!important;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.nyPrevNext ul li{ padding:0 0!important;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.new_detil{ padding:40px 0 0;}
.nyNewsDetail_Title h1{ font-size:28px;}
.nyPrevNext ul li{ padding:0 0!important;}
}
@media screen and (max-width:767px) {
.new_detil{ padding:40px 0 0;}
.nyNewsDetail_Title h1{ font-size:25px; padding:0 0;}

.new_detil a.ReturnBtn{ position:static; margin:0 auto;}
.nyPrevNext ul li{ padding:0 0!important;}
}
/*新闻详情页*/

/*内页行业应用*/
.ny_case{ background:#fff; min-height:500px;}
.ny_case ul li{ width: 30.4%; margin: 0 60px 50px 0;padding: 40px 48px; background:#f8f8f8; color:#777; float:left;}
.ny_case ul li:nth-child(3n){ margin-right:0;}
.ny_case ul li span{ display:block; font-size:22px; line-height:18px;}
.ny_case ul li .case_name{ display:block; font-size:20px; font-weight:bold; color:#333; height:55px; line-height:30px; margin-top:10px;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;}
.ny_case ul li i{ display:block; width:100%; height:1px; background:#eee; margin:20px 0;}
.ny_case ul li .case_m{ height:195px; overflow:hidden;}
.ny_case ul li .case_m .case_img{ display:block; width:100%; height:195px; vertical-align:middle; text-align:center; overflow:hidden;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.ny_case ul li .case_m .case_img img{ width:100%; height:100%;object-fit: cover;}
.ny_case ul li .case_m p{ font-size:14px; line-height:25px; height:100px; margin:10px 0 20px; overflow:hidden;display: -webkit-box; -webkit-line-clamp: 4;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;}
.ny_case ul li .case_m .more3{ display:block; width:50px; height:50px; line-height:50px; background:#004797; border-radius:50%; margin:0 auto; text-align:center; font-size:15px;color:#fff;transition: all .65s;}

.ny_case ul li:hover{ background:#fff;-webkit-box-shadow: #ccc 0px 4px 17px;;-moz-box-shadow: #ccc 0px 4px 17px;;box-shadow: #ccc 0px 4px 17px;}
.ny_case ul li:hover .case_name{ color:#004797; }
.ny_case ul li:hover .case_m .case_img{ margin-top:-195px;}
.ny_case ul li:hover .case_m .more3{transform: rotate(720deg);}

@media screen and (max-width:1399px) and (min-width:1200px) {
.ny_case ul li {padding:30px 30px;margin: 0 50px 40px 0; }
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.ny_case ul li {padding: 30px 30px;margin: 0 45px 40px 0;}
.ny_case ul li .case_name{ font-size:18px;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.ny_case ul li { width:46.9%;padding: 30px 30px;margin: 0 45px 40px 0;}
.ny_case ul li:nth-child(2n){ margin-right:0;}
.ny_case ul li:nth-child(3n){ margin-right:45px;}
.ny_case ul li:nth-child(6n){ margin-right:0;}
.ny_case ul li span{ font-size:18px;}
}
@media screen and (max-width:767px) {
.ny_case ul li { width:100%;padding: 30px 30px;margin: 0 45px 40px 0;}
.ny_case ul li span{ font-size:18px;}
.ny_case ul li .case_m{ height:180px;}
.ny_case ul li .case_m .case_img{ height:180px;}
.ny_case ul li:hover .case_m .case_img{ margin-top:-180px;}
}
/*内页行业应用*/

/*内页资料下载*/
.ny_down{}
.ny_down_tit{ height:80px; line-height:80px; padding:0 40px; background:#004797; position:relative;}
.ny_down_tit:before{ position:absolute; content:""; display:block; width:100%; height:3px; background:#023671; left:0; bottom:0;}
.ny_down_tit span{ display:inline-block; font-size:20px; color:#fff; font-weight:bold;text-align:left;padding-left: 36px;}
.ny_down_tit span.t1{ width:64%; background:url(../images/down_1.png) left center no-repeat;}
.ny_down_tit span.t2{ width:116px;background:url(../images/down_2.png) left center no-repeat;}
.ny_down_tit span.t3{ width:76px;background:url(../images/down_3.png) left center no-repeat;}

.ny_down_list{}
.ny_down_list ul li{ width:100%; height:80px; line-height:80px; padding:0 40px;  color:#777; text-align:left;}
.ny_down_list ul li:nth-child(2n){ background:#fff;}
.ny_down_list ul li:nth-child(2n-1){ background:#f8f8f8;}
.ny_down_list ul li .tit{width:66%;display:inline-block;font-size:17px;color:#444; padding-right:30px; overflow:hidden;text-overflow: ellipsis; white-space:nowrap;}
.ny_down_list ul li p{width:100px;display:inline-block;font-size:16px;line-height:80px;overflow:hidden;}
.ny_down_list ul li .more5{width:66px;display:inline-block; height:30px;background:url(../images/down_4.png) center no-repeat;margin: 25px auto;}

.ny_down_list ul li:hover{ background:#fff; margin:0 0 10px 0;-webkit-box-shadow: #ccc 0px 10px 30px;-moz-box-shadow: #ccc 0px 10px 30px;box-shadow: #ccc 0px 10px 30px; }
.ny_down_list ul li:hover .tit{ color:#004797; font-weight:bold;}
.ny_down_list ul li:hover .more5{background:url(../images/down_4a.png) center no-repeat;}

.down_wj{padding-bottom:20px!important;margin-top:40px!important; text-align:center!important;}
.down_wj a{display:inline-block;width:120px;height:40px;line-height:40px;text-align:center;font-size:15px;border:1px solid #004797;margin:0 auto 10px;color:#004797;}
.down_wj a:first-child{border:1px solid #004797;background:#004797;color:#fff; margin-right:20px;}
.down_wj a:hover{border:1px solid #004797;background:#023671;color:#fff;}

@media screen and (max-width:1399px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {

}
@media screen and (max-width:767px) {
.ny_down_tit{ padding:0 20px; height:60px; line-height:60px;}
.ny_down_tit span.t1{ width:61%;}
.ny_down_tit span.t2{ display:none;}
.ny_down_tit span.t3 {width: 30px;background: url(../images/down_3.png) center center no-repeat;font-size: 0;}

.ny_down_list ul li{ padding:0 20px;height:60px; line-height:60px;}
.ny_down_list ul li .tit{ width:90%;padding-right: 0;}
.ny_down_list ul li p{display:none;}
.ny_down_list ul li .more5{ width:30px; margin:15px auto;}
}
/*内页资料下载*/

/*资质列表页*/
.ny_honor{background:#fff;}
.ny_honor ul li{ width:50%; margin:0 -1px 30px 0; float:left; border:1px solid #eee; box-sizing:border-box;}
.ny_honor ul li .honr_img{width:50%; display:block; height:330px; overflow:hidden; text-align:center; vertical-align:middle;}
.ny_honor ul li .honr_img img{ max-height:80%; max-width:80%;-webkit-box-shadow: #e4e4e4 10px 1px 28px;-moz-box-shadow: #e4e4e4 10px 1px 28px;box-shadow: #e4e4e4 10px 1px 28px;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s; }
.ny_honor ul li .honr_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;}
.ny_honor ul li .honr_txt{width:50%; padding:52px 20px;background:#f9f9f9; }
.ny_honor ul li .honr_txt .honr_txt_m{background:url(../images/honr_ico.png) top right no-repeat;border-bottom:1px solid #eee; padding:0 20px 20px;}
.ny_honor ul li .honr_txt .honr_txt_m .more7{ display:block; font-size:14px; color:#aaa; font-weight:bold; padding-top:20px;}
.ny_honor ul li .honr_txt .honr_txt_m .honr_name{display:block; font-size:24px; color:#666; height:70px; line-height:35px; margin:40px 0 30px;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;}
.ny_honor ul li .honr_txt .honr_txt_m p{ display:block; font-size:16px; color:#aaa;}

.ny_honor ul li:hover .honr_img img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.ny_honor ul li:hover .honr_txt{background:#004797;}
.ny_honor ul li:hover .honr_txt .honr_txt_m{background:url(../images/honr_icoa.png) top right no-repeat;border-bottom:1px solid rgba(255,255,255,0.4);}
.ny_honor ul li:hover .honr_txt .honr_txt_m .more7{ color:rgba(255,255,255,0.4);}
.ny_honor ul li:hover .honr_txt .honr_txt_m .honr_name{ color:#fff;}
.ny_honor ul li:hover .honr_txt .honr_txt_m p{ color:rgba(255,255,255,0.4);}

@media screen and (max-width:1399px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {
.ny_honor ul li{ width:100%;margin: 0 0 -1px 0;}
}
@media screen and (max-width:767px) {
.ny_honor ul li{ width:100%;margin: 0 0 20px 0;}
.ny_honor ul li .honr_img{ width:100%;}
.ny_honor ul li .honr_txt{ width:100%; padding: 10px 20px 20px;}
.ny_honor ul li .honr_txt .honr_txt_m{ padding:0 0 20px;}
.ny_honor ul li .honr_txt .honr_txt_m .more7{ height:40px; line-height:40px; padding:0 0;}
.ny_honor ul li .honr_txt .honr_txt_m .honr_name{ margin:10px auto 0; font-size: 22px;max-height:60px; height:auto; line-height:30px;}
.ny_honor ul li .honr_txt .honr_txt_m p{ display:none;}
}
/*资质列表页*/

/*内页-在线留言 开始*/
.ny_order{ background:#f5f5f5;}
.NyOrder_Main {height:auto; margin:0 auto; padding:40px; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyOrder_Main .NyOrder_Left { width:28%; height:675px; overflow:hidden; margin:0; padding:120px 40px; background:#004797 url(../images/Bg2.png) center center no-repeat; background-size:cover; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyOrder_Left img { display:block; width:57px; height:57px; margin:0 0 40px; padding:0;}
.NyOrder_Left p { width:100%; height:auto; line-height:40px; color:#fff; font-size:36px; font-weight:bold; margin:0 auto 5px; padding:0;}
.NyOrder_Left font { display:block; width:100%; height:auto; line-height:30px; color:rgba(255,255,255,0.5); font-family:"RobotoRegular"; font-size:24px; margin:0 auto; padding:0;}
.NyOrder_Left span { display:block; width:100%; height:auto; line-height:30px; color:rgba(255,255,255,0.5); font-size:16px; word-break:break-all; text-align:justify; margin:30px auto 0; padding:0;}

.NyOrder_Main .NyOrder_Right { width:72%; height:auto; overflow:hidden; margin:0; padding:0 0 0 40px; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyOrder_Right #ly_msg.ly_msg { width:100%!important; height:auto!important; margin:0 auto!important; padding:0!important;}
.NyOrder_Right #ly_msg.ly_msg h3 { display:none!important;}
.NyOrder_Right #ly_msg.ly_msg ul { width:100%!important; overflow:hidden!important; margin:0 auto!important; padding:0!important;}
.NyOrder_Right #ly_msg.ly_msg ul li h4, .NyOrder_Right #ly_msg.ly_msg ul li h4.xh { display:none!important;}
.NyOrder_Right #ly_msg.ly_msg ul li { width:100%!important; height:auto!important; overflow:hidden!important; line-height:inherit!important; color:inherit!important; font-size:inherit!important; margin:0 0 25px!important; padding:0!important; clear:inherit!important;}
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width:48%!important; margin:0 4% 25px 0!important; float:left!important;}
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2),.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width:48%!important; float:right!important;}
.NyOrder_Right #ly_msg.ly_msg ul li:last-child { margin:40px auto 0!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12, .NyOrder_Right #ly_msg.ly_msg ul li .msg_tara { width:100%!important; height:auto!important; margin:0!important; padding:0!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { display:block!important; width:100%!important; height:60px!important; line-height:60px; color:#aaa!important; font-size:16px!important; margin:0!important; padding:0 20px!important; background-color:#f2f2f2!important; border:0!important; outline:none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { margin:0 10px 0 0!important; padding:0!important; float:left!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:240px!important; margin:0 10px 0 0!important; float:left!important;}
.NyOrder_Right #ly_msg.ly_msg ul li a.yzm_img { display:block!important; width:120px!important; height:40px!important; margin:10px 0!important; padding:0!important; float:left!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height:60px!important; color:#999!important; font-size:16px!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { display:block!important; width:100%!important; height:150px!important; line-height:30px; color:#aaa; font-size:16px!important; margin:0!important; padding:15px 20px!important; background-color:#f2f2f2!important; border:0!important; outline:none!important; resize:none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_btn { width:100%!important; height:auto!important; overflow:hidden!important; margin:0!important; padding:0!important; float:inherit!important;}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input { width:200px!important; height:60px!important; overflow:hidden!important; line-height:60px!important; color:#fff!important; font-size:16px!important; text-align:center!important; background-color:#333!important; margin:0 20px 0 0!important; padding:0!important; border:none!important; cursor:pointer!important;}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input:hover { background-color:#004797!important;}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { background-color:#004797!important;}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1:hover { background-color:#023671!important;}

@media (max-width:1680px) {
	
}
@media (max-width:1600px) {
	
}
@media (max-width:1560px) {
.NyOrder_Main { width:100%;}
}
@media (max-width:1440px) {
	
}
@media (max-width:1366px) {
	
}
@media (max-width:1280px) {
.NyOrder_Main .NyOrder_Left { height:600px;}
.NyOrder_Left p { font-size:30px;}
.NyOrder_Left font { font-size:20px;}
.NyOrder_Left span { font-size:15px; line-height:25px;}
	
.NyOrder_Right #ly_msg.ly_msg ul li:last-child { margin:30px auto 0!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { height:50px!important; line-height:50px; font-size:15px!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { height:145px!important; line-height:25px; font-size:15px!important; padding:10px 20px;}
.NyOrder_Right #ly_msg.ly_msg ul li a.yzm_img { margin:5px 0!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height:50px!important; font-size:15px!important;}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input { height:50px!important; line-height:50px!important;}
}
@media (max-width:1200px) {
.NyOrder_Main { padding:30px;}
.NyOrder_Main .NyOrder_Left { padding:120px 30px;}
.NyOrder_Left img { width:50px; height:50px;}
.NyOrder_Left p { line-height:36px; font-size:28px;}
.NyOrder_Left font { line-height:24px; font-size:16px;}
.NyOrder_Main .NyOrder_Right { padding:0 0 0 30px;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:200px!important;}
}
@media (max-width:1080px) {
.NyOrder_Main { padding:25px;}
.NyOrder_Main .NyOrder_Left { height:560px; padding:100px 25px;}
.NyOrder_Left span { line-height:24px; font-size:14px;}
.NyOrder_Main .NyOrder_Right { padding:0 0 0 25px;}
.NyOrder_Right #ly_msg.ly_msg ul li { margin:0 0 20px!important;}
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width:48.5%!important; margin:0 3% 20px 0!important; float:left!important;}
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width:48.5%!important; margin:0 0 20px 0!important; float:right!important;}
.NyOrder_Right #ly_msg.ly_msg ul li:last-child { margin:20px auto 0!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { font-size:14px!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { height:140px!important; line-height:24px; font-size:14px!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:180px!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { font-size:14px!important;}
}
@media (max-width:1024px) {
.NyOrder_Main .NyOrder_Left { width:30%; height:590px;}
.NyOrder_Main .NyOrder_Right { width:70%;}
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { height:50px; float:inherit!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display:block; width:100%; line-height:30px!important;}
}
@media (max-width:800px) {
.NyOrder_Main { padding:20px;}
.NyOrder_Main .NyOrder_Left { width:100%; height:auto; background:#004797; margin:0 auto 20px; padding:20px; float:inherit;}
.NyOrder_Left img { width:44px; height:44px; margin:0 12px 0 0; float:left;}
.NyOrder_Left p { line-height:24px; font-size:20px; margin:0 auto 2px;}
.NyOrder_Left font { line-height:18px; font-size:12px;}
.NyOrder_Left span { display:none;}
.NyOrder_Main .NyOrder_Right { width:100%; margin:0 auto; padding:0; float:inherit;}
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { height:50px; float:left!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display:inline-block; width:auto; line-height:50px!important;}
}
@media (max-width:767px) {
.NyOrder_Main { padding:12px;}
.NyOrder_Main .NyOrder_Left { padding:20px;}
.NyOrder_Left img { width:44px; height:44px; margin:0 12px 0 0;}
.NyOrder_Left p { line-height:26px; font-size:22px; margin:0 auto 2px;}
.NyOrder_Left font { line-height:18px; font-size:12px;}
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width:100%!important; margin:0 auto 20px!important; float:inherit!important;}
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width:100%!important; margin:0 auto 20px!important; float:inherit!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { padding: 0 12px!important}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:160px!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { height:50px; float:inherit!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display:block; width:100%; line-height:24px!important; margin:10px auto 0;}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input { width:48%!important; margin:0!important; float:left;}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { margin:0 4% 0 0!important;}
}
@media (max-width:375px) {
	
}
@media (max-width:320px) {
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:130px!important;}
}
/*内页-在线留言 结束*/

/*内页联系我们*/
.NyContactUs { width:100%; height:auto; min-height:320px; margin:0 auto; padding:0;}
.NyContactUs .NyContactUs_Infor { width:100%; height:auto; margin:0 auto; padding:60px 0 80px; background-color:#f5f5f5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyContactUs_Infor .NyContactUsInfor_Main { width:1400px; height:auto; margin:0 auto; padding:0;}
.NyContactUsInfor_Main .NyContactUsInfor_Con { width:100%; height:auto; margin:0 auto; padding:0; background-color:#f9f9f9;}
.NyContactUsInfor_Con .NyContactUs_Ewm { width:28.5%; height:250px; overflow:hidden; margin:0; padding:40px; background:#0048b5 url(../images/Bg1.jpg) center center no-repeat; background-size:cover; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyContactUs_Ewm p { width:100%; height:auto; line-height:30px; color:#fff; font-size:18px; font-weight:bold; text-align:center; margin:0 auto 20px; padding:0;}
.NyContactUs_Ewm span { display:block; width:120px; height:120px; overflow:hidden; margin:0 auto; padding:9px; border:1px solid rgba(255,255,255,0.25); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyContactUs_Ewm span img { display:block; width:100px; height:100px; margin:0 auto; padding:0;}

.NyContactUsInfor_Con .NyContactUs_Lxfs { width:71.5%; height:250px; overflow:hidden; margin:0; padding:67px 0; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background:#fff;}
.NyContactUs_Lxfs ul li { width:33.333333%; height:auto; margin:0; padding:0 20px; border-right:1px solid #e6e6e6; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyContactUs_Lxfs ul li:nth-child(3) { border:0;}
.NyContactUs_Lxfs ul li img { display:block; width:44px; height:44px; margin:0 auto 20px; padding:0;}
.NyContactUs_Lxfs ul li span { display:block; width:100%; height:auto; line-height:30px; color:#333; font-size:18px; text-align:center; margin:0 auto; padding:0;}
.NyContactUs_Lxfs ul li p { width:100%; height:22px; overflow:hidden; line-height:22px; color:#999; font-size:18px; text-align:center; word-break:break-all; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}

.NyContactUs .NyContactUs_Map { width:1400px; height:auto; margin:60px auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyMap { width:100%; height:500px; overflow:hidden; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyMap .dz_map { width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyMap .dz_map #container { height:120%;}

@media (max-width:1680px) {
	
}
@media (max-width:1600px) {
	
}
@media (max-width:1560px) {
	.NyContactUs .NyContactUs_Infor { padding:60px;}
	.NyContactUs_Infor .NyContactUsInfor_Main { width:100%;}
	
	.NyContactUs .NyContactUs_Map { width:100%; margin:60px auto; padding:0 60px;}
	.NyMap { height:480px;}
}
@media (max-width:1440px) {
	.NyContactUs .NyContactUs_Infor { padding:60px 40px;}
	
	.NyContactUs .NyContactUs_Map { padding:0 40px;}
}
@media (max-width:1366px) {
	.NyContactUs_Lxfs ul li span { font-size:16px;}
	.NyContactUs_Lxfs ul li p { font-size:16px;}
	.NyMap { height:440px;}
}
@media (max-width:1280px) {
	.NyContactUsInfor_Con .NyContactUs_Ewm { height:230px; padding:30px;}
	.NyContactUsInfor_Con .NyContactUs_Lxfs { height:230px; padding:57px 0;}
	.NyMap { height:400px;}
}
@media (max-width:1200px) {
	.NyMap { height:380px;}
}
@media (max-width:1080px) {
	.NyContactUs .NyContactUs_Infor { padding:40px;}
	.NyContactUsInfor_Con .NyContactUs_Ewm { height:220px; padding:20px;}
	.NyContactUsInfor_Con .NyContactUs_Lxfs { height:220px; padding:52px 0;}
	.NyContactUs .NyContactUs_Map { margin:40px auto;}
	.NyMap { height:360px;}
}
@media (max-width:1024px) {
	.NyMap { height:340px;}
}
@media (max-width:800px) {
	.NyContactUs .NyContactUs_Infor { padding:40px 30px;}
	.NyContactUsInfor_Con .NyContactUs_Ewm { width:100%; height:auto; margin:0 auto; padding:40px 20px; float:inherit;}
	.NyContactUsInfor_Con .NyContactUs_Lxfs { width:100%; height:auto; margin:0 auto; padding:40px 20px; float:inherit;}
	.NyContactUs .NyContactUs_Map { padding:0 30px;}
	.NyMap { height:320px;}
}
@media (max-width:767px) {
	.NyContactUs .NyContactUs_Infor { padding:20px 12px;}
	.NyContactUsInfor_Con .NyContactUs_Ewm { width:100%; height:auto; margin:0 auto; padding:20px 20px; float:inherit;}
	.NyContactUsInfor_Con .NyContactUs_Lxfs { width:100%; height:auto; margin:0 auto; padding:0 20px; float:inherit;}
	.NyContactUs_Lxfs ul li { width:100%; margin:0 auto; padding:20px 0; border-right:0; border-bottom:1px solid #e6e6e6; float:inherit;}
	.NyContactUs_Lxfs ul li img { margin:0 auto 10px;}
	.NyContactUs .NyContactUs_Map { margin:20px auto; padding:0 12px;}
	.NyMap { height:300px;}
}
/*内页联系我们*/